TiPlotChannel.FillReference

TiPlotChannel See Also

Specifies the reference line that the fill is drawn to on the y-axis.

property FillReference : Double;

Description

Use FillReference to get or set the reference line that the fill is drawn to on the y-axis.

Example

Delphi

iComponent.Channel[0].FillReference := 0.5;

C++ Builder

iComponent->Channel[0]->FillReference = 0.5;

Contents | Index | Previous | Next