vcl-dxchartcore-5633c533.md
Stores Chart control scroll settings.
TdxChartScrollOptions = class(
TcxOwnedPersistent
)
Users can zoom, scroll, and pan XY diagrams by the axis of arguments, the axis of values, or both axes.
The list below outlines key members of the TdxChartScrollOptions class that allow you to configure Chart scroll functionality.
ScrollBarsSpecifies 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 | ScrollMouseWheelActionDefine how users can scroll and pan the plot area of a zoomed-in XY diagram with the mouse.AssignCopies scroll settings between Chart controls.
The Chart control’s ScrollOptions property references a TdxChartScrollOptions object.
TObject TPersistent TcxOwnedPersistent TdxChartScrollOptions
See Also