TiPlotObject.Visible

TiPlotObject See Also

Used to hide or show the specified Plot Object.

procedure Visible : Boolean;

Description

Use the Visible property to show or hide a specific Plot Object.

Example

Delphi

iComponent.XAxis[0].Visible := False;

C++ Builder

iComponent->XAxis[0]->Visible = False;

Contents | Index | Previous | Next