TdxCustomChartControl.ScrollOptions Property
Provides access to scroll settings.
Declaration
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