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.
Main API Members
The list below outlines key members of the TdxChartScrollOptions
class that allow you to configure Chart scroll functionality.
- ScrollBars
- Specifies 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 | ScrollMouseWheelAction
- Define how users can scroll and pan the plot area of a zoomed-in XY diagram with the mouse.
- Assign
- Copies 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