TiPlotChannelCustom.TitleText

TiPlotChannelCustom See Also

Specifies the title text for the channel.

property TitleText : String;

Description

Use TitleText to get or set the title text for the channel.

Example

Delphi

iComponent.Channel[0].TitleText := 'Channel 1';

C++ Builder

iComponent->Channel[0]->TitleText = "Channel 1";

Contents | Index | Previous | Next