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

TdxCustomChartControl.ScrollOptions Property

Provides access to scroll settings.

#Declaration

Delphi
property ScrollOptions: TdxChartScrollOptions read; write;

#Property Value

Type Description
TdxChartScrollOptions

Stores Chart control scroll settings.

#Remarks

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

You can use PanMouseAction and ScrollMouseWheelAction properties to change how users can scroll and pan the plot area of a zoomed-in XY diagram. Refer to the TdxChartScrollOptions class description for detailed information on all available options.

See Also