MajorUnit Property (IAxis)
In This Topic
Returns or sets the major units for the value axis.
Syntax
'Declaration
Property MajorUnit As Double
'Usage
Dim instance As IAxis
Dim value As Double
instance.MajorUnit = value
value = instance.MajorUnit
double MajorUnit {get; set;}
See Also