MinorTickMark Property
Applies To
Axis object.
Description
Returns or sets the type of minor tick mark for the specified axis. Can be one of the following XlTickMark constants: xlTickMarkNone, xlTickMarkInside, xlTickMarkOutside, or xlTickMarkCross. Read/write Long.
See Also
MajorTickMark property.
Example
This example sets the minor tick marks for the value axis in Chart1 to be inside the axis.
Charts("Chart1").Axes(xlValue).MinorTickMark = xlTickMarkInside