Xceed Chart for WinForms v4.4 Documentation
MajorTickMode Property (AxisScaleDateTime)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleDateTime Class : MajorTickMode Property
Specifies the mode in which the major ticks are calculated.
Syntax
'Declaration
 
<DefaultValueAttribute()>

<DescriptionAttribute("Specifies the mode in which the major ticks are calculated")>

<CategoryAttribute("Ticks")>

Public Property MajorTickMode As MajorTickModeDateTime
'Usage
 
Dim instance As AxisScaleDateTime

Dim value As MajorTickModeDateTime

 

instance.MajorTickMode = value

 

value = instance.MajorTickMode
[DefaultValue()]

[Description("Specifies the mode in which the major ticks are calculated")]

[Category("Ticks")]

public MajorTickModeDateTime MajorTickMode {get; set;}
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

AxisScaleDateTime Class
AxisScaleDateTime Members