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

TdxChartAxisNumericScaleOptions Class

Stores scale settings for a numeric axis.

Declaration

TdxChartAxisNumericScaleOptions = class(
    TdxChartOwnedPersistent
)

Remarks

Use numeric scale options to shift the scale origin along an axis and change the step between two major tick marks. These settings have no effect on non-numeric axes.

Main API Members

The list below outlines key members of the TdxChartAxisNumericScaleOptions class that allow you to customize a numeric axis scale.

  • Shift the scale origin along a numeric axis (Offset).
  • Adjust the numeric scale interval between major tick marks on an axis (Step).
  • Copy scale settings between numeric axes (Assign).

Direct TdxChartAxisNumericScaleOptions Class Reference

The NumericScaleOptions property references a TdxChartAxisNumericScaleOptions object.

See Also