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


In This Topic
    ENPredefinedScaleStyle Enumeration
    In This Topic
    Enumerates the predefined scale styles
    Syntax
    'Declaration
     
    
    Public Enum ENPredefinedScaleStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPredefinedScaleStyle
    public enum ENPredefinedScaleStyle : System.Enum 
    Members
    MemberDescription
    PresentationPresentation scale
    PresentationNoStrokePresentation scale, with no stroke style applied on ruler and ticks
    RulerPresentation scale
    ScientificScientific - two types of ticks outer major and outer minor
    StandardStandard - four types of ticks (inner major, outer major, inner minor, outer minor)
    WatchPresentation scale
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENPredefinedScaleStyle

    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