TiPlotComponent.DeleteAnnotation

TiPlotComponent See Also

Deletes a specific annotation object.

procedure DeleteAnnotation(Index : Integer);

Description

Call DeleteAnnotation to delete a specific annotation object by specifying the index of the object. To delete all annotation objects, call RemoveAllAnnotations.

Example

Delphi

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

C++ Builder

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

Note: Index is zero based.

Contents | Index | Previous | Next