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

TdxChartZoomOptions Class

Stores Chart control zoom settings.

#Declaration

Delphi
TdxChartZoomOptions = class(
    TcxOwnedPersistent
)

#Remarks

Users can zoom, scroll, and pan XY diagrams by the axis of arguments, the axis of values, or both axes.

#Main API Members

The list below outlines key members of the TdxChartZoomOptions class that allow you to configure Chart zoom functionality.

LargeStep | SmallStep
Adjust change step values for different zoom operations.
MarqueeZoomMouseAction | ZoomInMouseAction | ZoomMouseWheelAction | ZoomOutMouseAction
Define how users can zoom the plot area of an XY diagram in or out using the mouse.
Assign
Copies zoom settings between Chart controls.

#Direct TdxChartZoomOptions Class References

The Chart control’s ZoomOptions property references a TdxChartZoomOptions object.

#Inheritance

See Also