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