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
public double MinorUnit {get; set;}
See Also