ComponentOne FlexChart for WinForms
MajorUnit Property


C1.Win.Chart Namespace > Axis Class : MajorUnit Property
Gets or sets the number of units between axis labels.
Syntax
'Declaration
 
Public Property MajorUnit As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.MajorUnit = value
 
value = instance.MajorUnit
public double MajorUnit {get; set;}
Remarks
If the axis contains date values, then the units are expressed in days.
See Also

Reference

Axis Class
Axis Members