Nevron .NET Vision
Nevron.Chart Namespace / LabelGenerationMode Enumeration


In This Topic
    LabelGenerationMode Enumeration
    In This Topic
    Enumerates the possible label generation options
    Syntax
    'Declaration
     
    
    Public Enum LabelGenerationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LabelGenerationMode
    public enum LabelGenerationMode : System.Enum 
    Members
    MemberDescription
    SingleLevelAll labels are generated in one scale level
    Stagger2Labels are generated in two scale levels, thus producing a two level staggering effect
    Stagger3Labels are generated in three scale levels, thus producing a three level staggering effect
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.LabelGenerationMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also