TdxChart.ZoomOptions Property
Provides access to zoom settings.
Declaration
property ZoomOptions: TdxChartZoomOptions read; write;
Property Value
Type | Description |
---|---|
TdxChartZoomOptions | Stores Chart control zoom settings. |
Remarks
Important
Do not use the ZoomOptions
property in your code. To customize zoom options in the Chart control, use its ZoomOptions property instead.
See Also