TiStripChart.RemoveChannel

TiStripChart See Also

Removes a specific channel.

procedure RemoveChannel(Index : Integer);

Description

Use RemoveChannel to remove a specific channel by specifying the index of the channel.

Example

Delphi

iComponent.RemoveChannel(0); //Removes 1st Channel

C++ Builder

iComponent->RemoveChannel(0); //Removes 1st Channel

Note: Index is zero based.

Contents | Index | Previous | Next