Nevron .NET Vision
Nevron.Chart Namespace / ScaleLevelBuildMode Enumeration


In This Topic
    ScaleLevelBuildMode Enumeration
    In This Topic
    Defines how the scale configurator will build scale levels
    Syntax
    'Declaration
     
    
    Public Enum ScaleLevelBuildMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScaleLevelBuildMode
    public enum ScaleLevelBuildMode : System.Enum 
    Members
    MemberDescription
    LabelsAndRulerAll scale decorations share a single scale level
    StandardStandard build mode - ticks, labels and ruler are in separate levels
    TicksAndRulerTicks and ruler share a common level, labels are in a seperate one
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ScaleLevelBuildMode

    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