Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENScaleLevelBuildMode Enumeration


In This Topic
    ENScaleLevelBuildMode Enumeration
    In This Topic
    Defines how the scale configurator will build scale levels
    Syntax
    'Declaration
     
    
    Public Enum ENScaleLevelBuildMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENScaleLevelBuildMode
    public enum ENScaleLevelBuildMode : 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.Nov.Chart.ENScaleLevelBuildMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also