Back to Devexpress

TdxChartScrollOptions Class

vcl-dxchartcore-5633c533.md

latest2.2 KB
Original Source

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.

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.

Direct TdxChartScrollOptions Class References

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

Inheritance

TObject TPersistent TcxOwnedPersistent TdxChartScrollOptions

See Also

TdxChartZoomOptions Class

TdxChartControl.LookAndFeel.ScrollbarMode Property

TdxChartScrollOptions Members

dxChartCore Unit