Syntax

expression.MinorUnit

expression A variable that represents an Axis object.

Remarks

Setting this property sets the property to False.

Use the property to set tick mark spacing on the category axis.

Example

This example sets the major and minor units for the value axis in Chart1.

Visual Basic for Applications
With Charts("Chart1").Axes(xlValue) .MajorUnit = 100 .MinorUnit = 20 End With
minor unit Minor Unit Property MinorUnit MinorUnit Property Return the distance between minor gridline units? Set the spacing of minor gridlines? Specify how far apart the minor gridlines are?

See also: