TiPlotChannel.FillColor
TiPlotChannel See Also
Specifies the brush color used to paint the fill under the data.
property FillColor : TColor;
Description
Use FillColor to get or set the brush color used to paint the fill under the
data.
Example
Delphi
iComponent.Channel[0].FillColor := clYellow;
C++ Builder
iComponent->Channel[0]->FillColor = clYellow;
Contents | Index | Previous | Next