TdxChartXYDiagram.ZoomOptions Property
Provides access to zoom settings.
Declaration
property ZoomOptions: TdxChartXYDiagramZoomOptions read; write;
Property Value
Type | Description |
---|---|
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