TiPlotLegend.ShowColumnYMax

TiPlotLegend

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

property ShowColumnYMax : Boolean;

Description

Use ShowColumnYMax to specify whether the Y-Maximum Value for each channel is shown in the legend.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next