TiPlotComponent.RemoveAllLabels
TiPlotComponent See Also
Removes all Label Objects except for the first label.
procedure RemoveAllLabels;
Description
Call RemoveAllLabels to remove all Label Objects. To delete a specific Label
Object, call DeleteLabel .
Note: For backward compatibility, Label Index 0 cannot be deleted.
Example
Delphi
iComponent.RemoveAllLabels;
C++ Builder
iComponent->RemoveAllLabels();
Contents | Index | Previous | Next