TiStripChart.ChannelColor
TiStripChart See Also
Used to set the color of a channel.
property ChannelColor [Index: Integer] : TColor;
Description
Use the ChannelColor property to get or set the color of a channel.
Example
Delphi
iComponent.ChannelColor[1] := clRed; //Sets 2nd Channel Color
C++ Builder
iComponent->ChannelColor[1] = clRed; //Sets 2nd Channel Color
Note: The index value is 0 based.
Contents | Index | Previous | Next