'Declaration Public Enum MajorTickModeNumeric Inherits System.Enum
'Usage Dim instance As MajorTickModeNumeric
public enum MajorTickModeNumeric : System.Enum
'Declaration Public Enum MajorTickModeNumeric Inherits System.Enum
'Usage Dim instance As MajorTickModeNumeric
public enum MajorTickModeNumeric : System.Enum
Member | Description |
---|---|
Auto | the numeric scale automatically generates the major ticks with automatically determined step |
CustomStep | the user specifies a custom step which is used in the major tick generation |
IrregularSteps | the user specifies an array of custom steps which are used in the major tick generation |
Manual | in this mode the user specifies the values which must be represented with major ticks |
System.Object
System.ValueType
System.Enum
Xceed.Chart.Core.MajorTickModeNumeric
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