Back to Devexpress

TdxChartXYDiagram.ZoomOptions Property

vcl-dxchartxydiagram-dot-tdxchartxydiagram-ddcfc832.md

latest1.2 KB
Original Source

TdxChartXYDiagram.ZoomOptions Property

Provides access to zoom settings.

Declaration

delphi
property ZoomOptions: TdxChartXYDiagramZoomOptions read; write;

Property Value

TypeDescription
TdxChartXYDiagramZoomOptions

Stores XY diagram zoom settings.

|

Remarks

Use ZoomOptions.AxisXZoomingEnabled and ZoomOptions.AxisYZoomingEnabled properties to independently enable or disable zoom operations by the axis of arguments and the axis of values in the XY diagram.

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

See Also

TdxChartXYDiagram.ScrollOptions Property

TdxChartXYDiagram Class

TdxChartXYDiagram Members

dxChartXYDiagram Unit