TiPlotLegend.ShowColumnYMin

TiPlotLegend

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

property ShowColumnYMin : Boolean;

Description

Use ShowColumnYMin to specify whether the Y Minimum Value for each channel is shown in the legend.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next