TickLabelSpacingIsAuto Property
In This Topic
Gets or sets whether or not the tick label spacing is automatic.
Syntax
'Declaration
Property TickLabelSpacingIsAuto As Boolean
'Usage
Dim instance As IAxis
Dim value As Boolean
instance.TickLabelSpacingIsAuto = value
value = instance.TickLabelSpacingIsAuto
bool TickLabelSpacingIsAuto {get; set;}
See Also