public enum ENMajorTickMode : System.Enum
public enum ENMajorTickMode : System.Enum
Member | Description |
---|---|
AutoMaxCount | The scale will automatically generate steps depending on the setting of the MaxTickCount property |
AutoMinDistance | The scale will automatically generate steps depending on the setting provided by the MinTickDistance property |
CustomStep | The user specifies a custom step which is used in the major tick generation |
CustomSteps | the user specifies a custom steps which are used in the major tick generation |
CustomTicks | In this mode the user specifies the values which must be represented with major ticks |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Chart.ENMajorTickMode
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)