TiPlotToolBar.DoButtonClickZoomOut
TiPlotToolBar See Also
Clicks the ZoomOut button on the toolbar.
procedure DoButtonClickZoomOut;
Description
Call DoButtonClickZoomOut to toggle the ZoomOut Button on the toolbar. This
method performs the same action as if the user had clicked on the ZoomOut
Button. This method is useful for implementing a toolbar outside of the Plot
Component.
The ZoomIn button zooms out the entire chart (all axes) by a factor of 2x.
Example
Delphi
iComponent.ToolBar[0].DoButtonClickZoomOut(); //Clicks the ZoomOut Button
C++ Builder
iComponent->ToolBar[0]->DoButtonClickZoomOut(); //Clicks the ZoomOut Button
Contents | Index | Previous | Next