CWAxis3D
The CWAxis3D object defines an axis for the CWGraph3D control. The CWAxis3D object's properties determine how data values are scaled to the range displayed on the control, where and if ticks and grid lines are drawn, and what kinds of labels are placed on the axis.
Properties
AutoScale | Determines if the minimum and maximum limits of the axis are automatically set. |
Caption | Specifies the title for the axis. |
CaptionColor | Specifies the color of the axis caption. |
CaptionFont | Specifies the font of the axis caption. |
CaptionNormal | Draws the axis caption at the normal position when set to True. |
CaptionOpposite | Draws the axis caption at the opposite position when set to True. |
FormatString | Specifies the format string for formatting the labels on this axis. |
Inverted | Specifies if the direction of an axis is inverted. |
Labels | Returns a CWLabels3D object, which specifies how labels appear on the axis. |
Log | Specifies if the axis has a Log10 scale. |
Maximum | Specifies the maximum value of the axis. |
Minimum | Specifies the minimum value of the axis. |
Name | Specifies the name of the axis. |
Ticks | Returns a CWTicks3D object, which specifies how divisions and ticks appear on this axis. |
ValuePairs | Returns a CWValuePairs collection of CWValuePair objects, which specify labels for particular points on the axis. |
Visible | Specifies if the axis is visible or hidden. |
Methods
AutoScaleNow | Rescales the axis. |
SetMinMax | Sets both the minimum and the maximum values of the axis at the same time. |
See Also
CWAxes3D
Axis (3D Graph) Example