TiPlotLegend.ShowColumnXValue
TiPlotLegend See Also
Specifies whether the x value column is shown in the legend.
property ShowColumnXValue : Boolean;
Description
Use ShowColumnXValue to specify whether the x value column is shown in the
legend. The value displayed is the last x value added to the channel. The
formatting of the text is control by the formatting of the X-Axis that the channel is
using.
Example
Delphi
iComponent.Legend[0].ShowColumnXValue := True;
C++ Builder
iComponent->Legend[0]->ShowColumnXValue = True;
Contents | Index | Previous | Next