TdxCustomChartControl.ZoomOptions Property
Provides access to zoom settings.
Declaration
property ZoomOptions: TdxChartZoomOptions read; write;
Property Value
Type | Description |
---|---|
TdxChartZoomOptions | Stores Chart control zoom settings. |
Remarks
Users can zoom, scroll, and pan XY diagrams by the axis of arguments, the axis of values, or both axes.
You can use MarqueeZoomMouseAction, ZoomInMouseAction, ZoomMouseWheelAction, and ZoomOutMouseAction properties to change how users can zoom an XY diagram in or out with the mouse. Refer to the TdxChartZoomOptions class description for detailed information on all available options.
See Also