TiPlotToolBar.ZoomBoxActive

TiPlotToolBar See Also

Specifies whether the ZoomBox tool is active in the Plot Component.

property ZoomBoxActive : Boolean[Read Only]

Description

Use ZoomBoxActive to read whether the ZoomBox tool is active in the Plot Component.

Example

Delphi

Value := iComponent.ToolBar[0].ZoomBoxActive;

C++ Builder

Value = iComponent->ToolBar[0]->ZoomBoxActive;

Contents | Index | Previous | Next