Xceed Chart for WinForms v4.4 Documentation
MajorTickModeDateTime Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : MajorTickModeDateTime Enumeration
Defines the possible step modes for the major ticks of the date time scale.
Syntax
'Declaration
 
Public Enum MajorTickModeDateTime 
   Inherits System.Enum
'Usage
 
Dim instance As MajorTickModeDateTime
public enum MajorTickModeDateTime : System.Enum 
Members
MemberDescription
Autothe date time 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
Monthsthe user specifies a months step. The tick generation algorithm preserves the month ends.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.MajorTickModeDateTime

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

Reference

Xceed.Chart.Core Namespace