C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartAxis Class / MinorUnit Property


In This Topic
MinorUnit Property
In This Topic
Gets or sets the distance between minor ticks and grid lines.
Syntax
'Declaration
 
Public Property MinorUnit As Double
 
'Usage
 
Dim instance As ChartAxis
Dim value As Double
 
instance.MinorUnit = value
 
value = instance.MinorUnit
See Also