MinorTickLine Property
The MinorTickLine property returns the AutoLine object for minor grid lines on the walls of 3D graphs. This is a read-only property.
Syntax
object.MinorTickLine
object.MinorTickLine =MinorTickLine
Example
This example shows how to display the color of wall minor tick line properties and change the color to white.
'Display the property of the minor tick lines
Debug.Print XAxis.MinorTickLine.foreColor
XAxis.MinorTickLine.foreColor = grfColorWhite
Used by: Auto3DAxis object