Gets or sets the number of units between minor ticks and grid lines.
Syntax
'Declaration
Public Property MinorUnit As Double
'Usage
Dim instance As Axis
Dim value As Double
instance.MinorUnit = value
value = instance.MinorUnit
public double MinorUnit {get; set;}
See Also