MinorLineAuto Property
The MinorLineAuto property returns or sets the minor tick mark line format. When True, tick marks use same line properties as the axis line. Returns a Boolean.
Syntax
object.MinorLineAuto
object.MinorLineAuto = MinorLineAuto
Parameter | Type | Description |
MinorLineAuto | Boolean | required, True to show tick marks and the axis line with the same properties |
Example
This example shows how to use a different line style for minor tick marks than for the axis.
TickMarks.MinorLineAuto = False
Used by: AutoAxisTickMarks object