TiPlotComponent.RemoveAllAnnotations
TiPlotComponent See Also
Removes all annotation objects.
procedure RemoveAllAnnotations;
Description
Call RemoveAllAnnotations to remove all annotation objects. To delete a
specific annotation object, call DeleteAnnotation.
Example
Delphi
iComponent.RemoveAllAnnotations;
C++ Builder
iComponent->RemoveAllAnnotations();
Contents | Index | Previous | Next