AtMinorLabelsOnly Property
The AtMinorLabelsOnly property returns or sets if grid lines are drawn only at minor tick marks with labels. Returns a Boolean.
Syntax
object.AtMinorLabelsOnly
object.AtMinorLabelsOnly = AtMinorLabelsOnly
Parameter | Type | Description |
AtMinorLabelsOnly | Boolean | required, true to draw grid lines only at labels |
Example
This example shows how to add grid lines only at the minor labels.
GridX.AtMinorLabelsOnly = True
Used by: AutoAxisGrid object