Back to Devexpress

TdxCustomChartControl.ScrollOptions Property

vcl-dxchartcontrol-dot-tdxcustomchartcontrol-e5f7a54b.md

latest1.6 KB
Original Source

TdxCustomChartControl.ScrollOptions Property

Provides access to scroll settings.

Declaration

delphi
property ScrollOptions: TdxChartScrollOptions read; write;

Property Value

TypeDescription
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

TdxCustomChartControl.ZoomOptions Property

LookAndFeel.ScrollbarMode Property

TdxCustomChartControl Class

TdxCustomChartControl Members

dxChartControl Unit