TiPlotComponent.ClearAllData

TiPlotComponent See Also

Clears the data out of all channels.

procedure
ClearAllData;

Description

Use ClearAllData to clear the data out of all channels. In addition, the ResetFirstAlign method is called on all Axes. ClearAllData does not clear out the Annotations. To clear all annotations, use the RemoveAllAnnotations method.

Example

Delphi

iComponent.ClearAllData;

C++ Builder

iComponent->ClearAllData();

Contents | Index | Previous | Next