TiPlotChannel.BarBrushUseChannelColor

TiPlotChannel

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

property BarBrushUseChannelColor : Boolean;

Description

Use BarBrushUseChannelColor to specify whether Data Point Bars use the channel color for the brush color. When MarkersBrushUseChannelColor is set to TRUE, the brush uses the color of the Channel's Color property. When BarBrushUseChannelColor is set to FALSE, the brush uses the color of the MarkersBrushColor property.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next