TiPlotChannel.FillUseChannelColor

TiPlotChannel See Also

Specifies whether the fill uses the channel color when drawing the fill underneath the channel data.

property FillUseChannelColor : Boolean;

Description

Use FillUseChannelColor to specify whether the fill uses the channel color when drawing the fill underneath the channel data. When FillUseChannelColor is set to True, the fill color used is the Color property value. When FillUseChannelColor is set to False, the fill color used is the FillColor property value.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next