Axis.TickLabelSpacingIsAuto Property
Returns or sets whether or not the tick label spacing is automatic. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property TickLabelSpacingIsAuto As Boolean
Get
Set
'Usage
Dim instance As Axis
Dim value As Boolean
value = instance.TickLabelSpacingIsAuto
instance.TickLabelSpacingIsAuto = value
bool TickLabelSpacingIsAuto { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
The TickLabelSpacing property returns the current tick label spacing, whether or not the setting is automatic.