Skip to main content
A newer version of this page is available. .

TdxChartScrollOptions Class

Stores Chart control scroll settings.

Declaration

TdxChartScrollOptions = class(
    TcxOwnedPersistent
)

Remarks

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

VCL Chart Control: The Chart Control-Based Application in Action

Main API Members

The list below outlines key members of the TdxChartScrollOptions class that allow you to configure Chart scroll functionality.

  • Specify if horizontal and vertical scroll bars are visible when the zoom factor exceeds 100% by the axis of arguments and the axis of values (ScrollBars).
  • Define how users can scroll and pan the plot area of a zoomed-in XY diagram with the mouse (PanMouseAction and ScrollMouseWheelAction).
  • Copy scroll settings between Chart controls (Assign).

Direct TdxChartScrollOptions Class References

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

Inheritance

See Also