TiPlotToolBar.ShowAxesModeButtons

TiPlotToolBar See Also

Specifies whether the Axes Mode Buttons are shown in the toolbar.

property ShowAxesModeButtons : Boolean;

Description

Use ShowAxesModeButtons to specify whether the Axes Mode buttons are shown in the toolbar.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next