CWTicks3D

3D Graph Control

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

AutoDivisionsSpecifies if divisions on the specified axis are automatically calculated to display the data.
InsideSpecifies if tick marks appear on the inside of the axis plane.
MajorDivisionsSpecifies the number of major divisions of ticks on a specified axis.
MajorGridSpecifies if major grid lines appear.
MajorGridColorSpecifies the color of major grid lines.
MajorTickColorSpecifies the color of major ticks.
MajorTicksSpecifies if major ticks appear on a specified axis.
MajorUnitsBaseSpecifies the base number for calculating ticks.
MajorUnitsIntervalSpecifies the number of units between major divisions.
MinorDivisionsSpecifies the number of minor divisions for each major division of ticks on a specified axis.
MinorGridSpecifies if minor grid lines appear.
MinorGridColorSpecifies the color of minor grid lines.
MinorTickColorSpecifies the color of minor ticks.
MinorTicksSpecifies if minor ticks appear on a specified axis.
MinorUnitsIntervalSpecifies the number of units between minor divisions.
NormalSpecifies if tick marks appear at the normal axis position.
OppositeSpecifies if tick marks appear at the opposite axis position.
OutsideSpecifies if tick marks appear on the outside of the axis plane.

See Also

CWAxis3D.Ticks