TiStripChart.RemoveLabelChannel

TiStripChart See Also

Removes a specific label channel.

procedure RemoveLabelChannel(Index: Integer);

Description

Use RemoveLabelChannel to remove a specific label channel.

Example

Delphi

iComponent.RemoveLabelChannel(0); //Removes 1st Label Channel

C++ Builder

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

Note: Index is zero based.

Contents | Index | Previous | Next