MinorUnit Property (ChartAxis<T>)
In This Topic
Gets or sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.
Syntax
'Declaration
Public Property MinorUnit As Double
public double MinorUnit {get; set;}
See Also