Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns or sets the number of categories or series between tick marks. Applies only to category and series axes. Can be a value from 1 through 31999. Read/write Long.
Syntax
expression.TickMarkSpacing
expression A variable that represents an Axis object.
Remarks
Use the MajorUnit and MinorUnit properties to set tick-mark spacing on the value axis.
Example
This example sets the number of categories between tick marks on the category axis on Chart1.
Charts("Chart1").Axes(xlCategory).TickMarkSpacing = 10
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.