LinesAtMinorTicks Property
The LinesAtMinorTicks property returns or sets the display of minor grid lines on the walls of 3D graphs. Returns a Boolean.
Syntax
object.LinesAtMinorTicks
object.LinesAtMinorTicks = LinesAtMinorTicks
Parameter | Type | Description |
LinesAtMinorTicks | Boolean | required, true by default (show minor tick lines) |
Example
This example shows how to display wall grid lines at minor tick marks.
XAxis.LinesAtMinorTicks = True
Used by: Auto3DAxis object