C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartAxis Class / MajorUnit Property


In This Topic
MajorUnit Property
In This Topic
Gets or sets the distance betweem axis labels.
Syntax
'Declaration
 
Public Property MajorUnit As Double
 
'Usage
 
Dim instance As ChartAxis
Dim value As Double
 
instance.MajorUnit = value
 
value = instance.MajorUnit
See Also