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

TdxChartScrollOptions Class

Stores Chart control scroll settings.

#Declaration

Delphi
TdxChartScrollOptions = 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 TdxChartScrollOptions class that allow you to configure Chart scroll functionality.

ScrollBars
Specifies if horizontal and vertical scroll bars are visible when the zoom factor exceeds 100% by the axis of arguments and the axis of values.
PanMouseAction | ScrollMouseWheelAction
Define how users can scroll and pan the plot area of a zoomed-in XY diagram with the mouse.
Assign
Copies scroll settings between Chart controls.

#Direct TdxChartScrollOptions Class References

The Chart control’s ScrollOptions property references a TdxChartScrollOptions object.

#Inheritance

See Also