CWTicks3D
Specifies how tick marks appear on a particular axis. You can set properties to specify the spacing between ticks as well as major and minor tick selection. The Ticks3D object also controls any grid displayed for a particular axis on the graph. Usually, tick properties are set during design though the property pages. If necessary, you can change them at run time with simple property calls.
Properties
AutoDivisions | Specifies if divisions on the specified axis are automatically calculated to display the data. |
Inside | Specifies if tick marks appear on the inside of the axis plane. |
MajorDivisions | Specifies the number of major divisions of ticks on a specified axis. |
MajorGrid | Specifies if major grid lines appear. |
MajorGridColor | Specifies the color of major grid lines. |
MajorTickColor | Specifies the color of major ticks. |
MajorTicks | Specifies if major ticks appear on a specified axis. |
MajorUnitsBase | Specifies the base number for calculating ticks. |
MajorUnitsInterval | Specifies the number of units between major divisions. |
MinorDivisions | Specifies the number of minor divisions for each major division of ticks on a specified axis. |
MinorGrid | Specifies if minor grid lines appear. |
MinorGridColor | Specifies the color of minor grid lines. |
MinorTickColor | Specifies the color of minor ticks. |
MinorTicks | Specifies if minor ticks appear on a specified axis. |
MinorUnitsInterval | Specifies the number of units between minor divisions. |
Normal | Specifies if tick marks appear at the normal axis position. |
Opposite | Specifies if tick marks appear at the opposite axis position. |
Outside | Specifies if tick marks appear on the outside of the axis plane. |