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

TdxChartXYDiagram.ScrollOptions Property

Provides access to scroll settings.

Declaration

property ScrollOptions: TdxChartXYDiagramScrollOptions read; write;

Property Value

Type Description
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