MajorOn Property
The MajorOn property returns or sets the major tick labels Show labels option. Returns a Boolean.
Syntax
object.MajorOn
object.MajorOn = MajorOn
Parameter | Type | Description |
MajorOn | Boolean | required, true to display major tick marks |
Example
This example shows how to hide the major tick mark labels.
TickLabels.MajorOn = False
Used by: AutoAxisTickLabels object