MinorTickMark Property

Applies To

Axis Object.

Description

Returns or sets the type of minor tick mark for the specified axis (one of xlNone, xlInside, xlOutside, or xlCross). Read-write.

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 = xlInside