UseAxisScales Property

Gets or sets a value that determines if Axis Scale data should be displayed.

Syntax

object.UseAxisScales [= value]

Parameters

value
A Boolean expression that enables (TRUE) or disables (FALSE) display of Axis Scale labels.

Remarks

Axis Scales allow custom labels to be displayed along the dimension axis, as opposed to array index values. The UseAxisScales property can be used to toggle between Axis Scale values and array index values.

The AxisScaleFileName property or CopyAxisScaleData method must be invoked to pass the Axis Scale data to the control.

See Also

AxisScaleFileName, CopyAxisScaleData