In This Topic
true
if Spread calculates the major units for the value axis, false
otherwise.
Syntax
'Declaration
Property MajorUnitIsAuto As Boolean
'Usage
Dim instance As IAxis
Dim value As Boolean
instance.MajorUnitIsAuto = value
value = instance.MajorUnitIsAuto
bool MajorUnitIsAuto {get; set;}
See Also