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

TdxChartRange Class

Stores axis scale range settings.

#Declaration

Delphi
TdxChartRange = class(
    TdxChartOwnedPersistent
)

#Remarks

You can use axis scale range settings to zoom, scroll, and resize the available area of an XY Diagram by the current axis.

#Main API Members

The list below outlines key members of the TdxChartRange class that allow you to customize axis scales.

#Direct TdxChartRange Class References

The Range property of an axis references a TdxChartRange object.

See Also