Nevron .NET Vision
Nevron.Chart Namespace / MajorTickMode Enumeration


In This Topic
    MajorTickMode Enumeration
    In This Topic
    Defines the possible step modes of the numeric axis scale.
    Syntax
    'Declaration
     
    
    Public Enum MajorTickMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MajorTickMode
    public enum MajorTickMode : 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
    CustomStepProviderThe user specifies a custom steps provider which can be used to provide dynamic step
    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.Chart.MajorTickMode

    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