TiStripChart.GetNextChannelColor
TiStripChart See Also
Used for get the next unused channel color.
function GetNextChannelColor : TColor;
Description
Use GetNextChannelColor to get the next unused channel color. This method will
scan the currently used channel colors and will return the next unused one
from a list of 31 predefined colors. Normally this method is used with AddChannel
to specify the channel color.
Example
Delphi
Value := iComponent.GetNextChannelColor;
C++ Builder
Value = iComponent->GetNextChannelColor();
Contents | Index | Previous | Next