TiPlotChannelCustom.Color
TiPlotChannelCustom See Also
Specifies the color of the channel.
property Color : TColor;
Description
Use Color to get or set the color of the channel. The Color property is used
by the Trace drawing routine and is used by default for the Markers and Fill
drawing routines.
Example
Delphi
iComponent.Channel[0].Color := clRed;
C++ Builder
iComponent->Channel[0]->Color = clRed;
Contents | Index | Previous | Next