TiPlotToolBar.DoButtonClickZoomIn

TiPlotToolBar See Also

Clicks the ZoomIn button on the toolbar.

procedure DoButtonClickZoomIn;

Description

Call DoButtonClickZoomIn to toggle the ZoomIn Button on the toolbar. This method performs the same action as if the user had clicked on the ZoomIn Button. This method is useful for implementing a toolbar outside of the Plot Component.

The ZoomIn button zooms the entire chart (all axes) by a factor of 2x.

Example

Delphi

iComponent.ToolBar[0].DoButtonClickZoomIn(); //Clicks the ZoomIn Button

C++ Builder

iComponent->ToolBar[0]->DoButtonClickZoomIn(); //Clicks the ZoomIn Button

Contents | Index | Previous | Next