TiStripChart.ChannelLineWidth

TiStripChart See Also

Used to set the line width of a channel.

property ChannelLineWidth [Index: Integer] : Integer;

Description

Use the ChannelLineWidth property to get or set the line width of a channel.

Example

Delphi

iComponent.ChannelLineWidth[1] := 1; //Sets 2nd Channel Line Width

C++ Builder

iComponent->ChannelLineWidth[1] = 1; //Sets 2nd Channel Line Width

Note: The index value is 0 based.

Contents | Index | Previous | Next