TiPlotToolBar.ShowZoomBoxButton

TiPlotToolBar See Also

Specifies whether the ZoomBox button is shown in the toolbar.

property ShowZoomBoxButton : Boolean;

Description

Use ShowZoomBoxButton to specify whether the ZoomBox button is shown in the toolbar.

Example

Delphi

iComponent.ToolBar[0].ShowZoomBoxButton := True;

C++ Builder

iComponent->ToolBar[0]->ShowZoomBoxButton = True;

Contents | Index | Previous | Next