TiPlotChannel.BarPenUseChannelColor

TiPlotChannel

Specifies whether Data Point Bars use the channel color for the pen color.

property BarPenUseChannelColor : Boolean;

Description

Use BarPenUseChannelColor to specify whether Data Point Bars use the channel color for the pen color. When BarPenUseChannelColor is set to TRUE, the pen uses the color of the Channel's Color property. When BarPenUseChannelColor is set to FALSE, the pen uses the color of the BarPenColor property.

Example

Delphi

iComponent.Channel[0].BarPenUseChannelColor := True;

C++ Builder

iComponent->Channel[0]->BarPenUseChannelColor = True;

Contents | Index | Previous | Next