CWAxis3D

3D Graph Control

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

AutoScaleDetermines if the minimum and maximum limits of the axis are automatically set.
CaptionSpecifies the title for the axis.
CaptionColorSpecifies the color of the axis caption.
CaptionFontSpecifies the font of the axis caption.
CaptionNormalDraws the axis caption at the normal position when set to True.
CaptionOppositeDraws the axis caption at the opposite position when set to True.
FormatStringSpecifies the format string for formatting the labels on this axis.
InvertedSpecifies if the direction of an axis is inverted.
LabelsReturns a CWLabels3D object, which specifies how labels appear on the axis.
LogSpecifies if the axis has a Log10 scale.
MaximumSpecifies the maximum value of the axis.
MinimumSpecifies the minimum value of the axis.
NameSpecifies the name of the axis.
TicksReturns a CWTicks3D object, which specifies how divisions and ticks appear on this axis.
ValuePairsReturns a CWValuePairs collection of CWValuePair objects, which specify labels for particular points on the axis.
VisibleSpecifies if the axis is visible or hidden.

Methods

AutoScaleNowRescales the axis.
SetMinMaxSets both the minimum and the maximum values of the axis at the same time.

See Also

CWAxes3D

Axis (3D Graph) Example