vcl-dxchartxydiagram-dot-tdxchartxydiagram-ebfbd40c.md
Restores the zoom factor of 100% by the axis of arguments (X-Axis) and the axis of values (Y-Axis).
procedure ResetZoom;
Call the ResetZoom procedure to display the XY diagram in full when it is zoomed in.
Note
A ResetZoom procedure call raises OnBeforeZoom and OnZoom events.
A ResetZoom procedure call restores the zoom factor of 100% for the diagram only if the following conditions are met:
True. If only one of these properties is set to True, the ResetZoom procedure restores the zoom factor of 100% only by the corresponding axis.100%.Otherwise, a ResetZoom procedure call has no effect.
See Also
TdxChartXYDiagram.ZoomIn Procedure
TdxChartXYDiagram.ZoomOut Procedure