'Declaration Public Enum MajorTickModeDateTime Inherits System.Enum
'Usage Dim instance As MajorTickModeDateTime
public enum MajorTickModeDateTime : System.Enum
'Declaration Public Enum MajorTickModeDateTime Inherits System.Enum
'Usage Dim instance As MajorTickModeDateTime
public enum MajorTickModeDateTime : System.Enum
Member | Description |
---|---|
Auto | the date time 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 |
Months | the user specifies a months step. The tick generation algorithm preserves the month ends. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.Core.MajorTickModeDateTime
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