TiStripChart.ChannelTitle

TiStripChart See Also

Used to set the title text of a channel.

property ChannelTitle[Index: Integer] : String;

Description

Use the ChannelTitle property to get or set the title text of a channel.

Example

Delphi

iComponent.ChannelTitle[1] := 'xyz'; //Sets 2nd Channel Title

C++ Builder

iComponent->ChannelTitle[1] = "xyz"; //Sets 2nd Channel Title

Note: The index value is 0 based.

Contents | Index | Previous | Next