Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartAxisNumericScaleOptions Class

Stores scale settings for a numeric axis.

#Declaration

Delphi
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.

Offset
Shifts the scale origin along a numeric axis.
Step
Specifies the numeric scale interval between major tick marks on an axis.
Assign
Copies scale settings between numeric axes.

#Direct TdxChartAxisNumericScaleOptions Class Reference

The NumericScaleOptions property references a TdxChartAxisNumericScaleOptions object.

See Also