Skip to main content
All docs
V24.2

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

TdxChartCustomSecondaryAxisCollectionItem.NumericScaleOptions Property

Provides access to numeric scale settings of the secondary axis.

#Declaration

Delphi
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 secondary axis displays non-numeric values. In this case, the axis scale always denotes every value with a major tick mark.

See Also