In This Topic
Gets or sets the minor unit (distance between minor tick marks).
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