TiStripChart.AddLabelChannel

TiStripChart See Also

Adds a label channel to the StripChart.

procedure AddLabelChannel(YPosition : Double);

Description

Call AddLabelChannel to add a label channel to the StripChart. Label channels can only be added at runtime. Each label channel has it's own independent font properties.

Example

Delphi

iComponent.AddLabelChannel(50);

C++ Builder

iComponent->AddLabelChannel(50);

Note: Whenever a label channel is added, ClearData is automatically called.

Contents | Index | Previous | Next