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