In This Topic
Returns or sets the minor units on the value axis.
Syntax
'Declaration
Property MinorUnit As Double
'Usage
Dim instance As IAxis
Dim value As Double
instance.MinorUnit = value
value = instance.MinorUnit
double MinorUnit {get; set;}
See Also