Nevron .NET Vision
Nevron.Chart Namespace / MajorTickModeNumeric Enumeration


In This Topic
    MajorTickModeNumeric Enumeration
    In This Topic
    Defines the possible step modes of the numeric axis scale.
    Syntax
    'Declaration
     
    
    Public Enum MajorTickModeNumeric 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MajorTickModeNumeric
    public enum MajorTickModeNumeric : System.Enum 
    Members
    MemberDescription
    Autothe numeric scale automatically generates the major ticks with automatically determined step
    CustomStepthe user specifies a custom step which is used in the major tick generation
    IrregularStepsthe user specifies an array of custom steps which are used in the major tick generation
    Manualin this mode the user specifies the values which must be represented with major ticks
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.MajorTickModeNumeric

    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