TiPlotLegend.ShowColumnYMean

TiPlotLegend

Specifies whether the Y Mean Value column is shown in the legend.

property ShowColumnYMean : Boolean;

Description

Use ShowColumnYMean to specify whether the Y Mean Value for each channel is shown in the legend.

Example

Delphi

iComponent.Legend[0].ShowColumnYMean := True;

C++ Builder

iComponent->Legend[0]->ShowColumnYMean = True;

Contents | Index | Previous | Next