TiPlotComponent.RemoveAllDataCursors
TiPlotComponent
Removes all data cursor objects.
procedure RemoveAllDataCursors;
Description
Call RemoveAllDataCursors to remove all data cursor objects. To delete a
specific data cursor object, call DeleteDataCursor.
Example
Delphi
iComponent.RemoveAllDataCursors;
C++ Builder
iComponent->RemoveAllDataCursors();
Contents | Index | Previous | Next