Skip to main content
A newer version of this page is available. .

TdxChartCustomAxis.NumericScaleOptions Property

Provides access to numeric scale settings of the axis.

Declaration

property NumericScaleOptions: TdxChartAxisNumericScaleOptions read; write;

Property Value

Type Description
TdxChartAxisNumericScaleOptions

Stores scale settings for a numeric axis.

Remarks

You can use NumericScaleOptions.Offset and NumericScaleOptions.Step properties to shift the scale origin along the axis and change the size of the numeric scale interval denoted by major tick marks.

Note

The NumericScaleOptions property set values are ignored if the axis displays non-numeric values. In this case, the axis always denotes every value with a major tick mark.

See Also