TiPlotChannel.BarPenColor
TiPlotChannel
Specifies the pen color used when drawing the Data Point Bars.
property BarPenColor : TColor;
Description
Use BarPenColor to get or set the pen color used when drawing the Data Point
Bars. This property has no effect when the BarPenUseChannelColor is set to TRUE.
Example
Delphi
iComponent.Channel[0].BarPenColor := clWhite;
C++ Builder
iComponent->Channel[0]->BarPenColor = clWhite;
Contents | Index | Previous | Next