TiPlotToolBar.DoButtonClickZoomBox

TiPlotToolBar See Also

Clicks the ZoomBox button on the toolbar.

procedure DoButtonClickZoomBox;

Description

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

The ZoomBox button allows the user to draw a box in the DataView area to zoom to the full size of the DataView.

Example

Delphi

iComponent.ToolBar[0].DoButtonClickZoomBox(); //Clicks the ZoomBox Button

C++ Builder

iComponent->ToolBar[0]->DoButtonClickZoomBox(); //Clicks the ZoomBox Button

Contents | Index | Previous | Next