TiPlotLegend.ShowColumnYValue

TiPlotLegend See Also

Specifies whether the y value column is shown in the legend.

property ShowColumnYValue : Boolean;

Description

Use ShowColumnYValue to specify whether the y value column is shown in the legend. The value displayed is the last y value added to the channel. The formatting of the text is control by the formatting of the Y-Axis that the channel is using.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next