TiPlotComponent.DeleteYAxis

TiPlotComponent See Also

Deletes a specific Y-Axis object.

procedure DeleteYAxis(Index : Integer);

Description

Call DeleteYAxis to delete a specific Y-Axis object by specifying the index of the object. To delete all Y-Axis objects, call RemoveAllYAxes.

Example

Delphi

iComponent.DeleteYAxis(0); //Deletes the 1st Object

C++ Builder

iComponent->DeleteYAxis(0); //Deletes the 1st Object

Note: Index is zero based.

Contents | Index | Previous | Next