Back to Devexpress

TdxChartXYDiagram.ScrollOptions Property

vcl-dxchartxydiagram-dot-tdxchartxydiagram-1d4f54f9.md

latest1.2 KB
Original Source

TdxChartXYDiagram.ScrollOptions Property

Provides access to scroll settings.

Declaration

delphi
property ScrollOptions: TdxChartXYDiagramScrollOptions read; write;

Property Value

TypeDescription
TdxChartXYDiagramScrollOptions

Stores XY diagram scroll settings.

|

Remarks

Use ScrollOptions.AxisXScrollingEnabled and ScrollOptions.AxisYScrollingEnabled properties to independently disable or enable scroll operations by the axis of arguments and the axis of values when the XY diagram is zoomed in by these axes.

Refer to the TdxChartXYDiagramScrollOptions class description for detailed information on all available options.

See Also

TdxChartXYDiagram.ZoomOptions Property

TdxChartXYDiagram Class

TdxChartXYDiagram Members

dxChartXYDiagram Unit