TiPlotComponent.RemoveAllXAxes

TiPlotComponent See Also

Removes all X-Axis objects.

procedure RemoveAllXAxes;

Description

Call RemoveAllXAxes to remove all X-Axis objects. To delete a specific X-Axis object, call DeleteXAxis.

Example

Delphi

iComponent.RemoveAllXAxes;

C++ Builder

iComponent->RemoveAllXAxes();

Contents | Index | Previous | Next