TiPlotChannel.BarBrushColor

TiPlotChannel

Specifies the brush color used when drawing the Data Point Bars.

property BarBrushColor : TColor;

Description

Use BarBrushColor to get or set the brush color used when drawing the Data Point Bars. This property has no effect when the BarBrushUseChannelColor is set to TRUE.

Example

Delphi

iComponent.Channel[0].BarBrushColor := clWhite;

C++ Builder

iComponent->Channel[0]->BarBrushColor = clWhite;

Contents | Index | Previous | Next