TickLabelSpacing Property
In This Topic
Gets or or sets the number of categories or series between tick-mark labels.
Syntax
'Declaration
Property TickLabelSpacing As Integer
'Usage
Dim instance As IAxis
Dim value As Integer
instance.TickLabelSpacing = value
value = instance.TickLabelSpacing
int TickLabelSpacing {get; set;}
See Also