TiPlotComponent.DeleteXAxis

TiPlotComponent See Also

Deletes a specific X-Axis object.

procedure DeleteXAxis(Index : Integer);

Description

Call DeleteXAxis to delete a specific X-Axis object by specifying the index of the object. To delete all X-Axis objects, call RemoveAllXAxes.

Example

Delphi

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

C++ Builder

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

Note: Index is zero based.

Contents | Index | Previous | Next