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


In This Topic
    ENMajorTickMode Enumeration
    In This Topic
    Defines the possible step modes of the numeric axis scale.
    Syntax
    'Declaration
     
    
    Public Enum ENMajorTickMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENMajorTickMode
    public enum ENMajorTickMode : System.Enum 
    Members
    MemberDescription
    AutoMaxCountThe scale will automatically generate steps depending on the setting of the MaxTickCount property
    AutoMinDistanceThe scale will automatically generate steps depending on the setting provided by the MinTickDistance property
    CustomStepThe user specifies a custom step which is used in the major tick generation
    CustomStepsthe user specifies a custom steps which are used in the major tick generation
    CustomTicksIn this mode the user specifies the values which must be represented with major ticks
    Inheritance Hierarchy

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

    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