TiPlotChannel.FillEnabled

TiPlotChannel See Also

Specifies whether a fill is drawn underneath the channel data.

property FillEnabled : Boolean;

Description

Use FillEnabled to specify whether a fill is drawn underneath the channel data.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next