TiPlotLegend.ShowColumnLine

TiPlotLegend See Also

Specifies whether the line column is shown in the legend.

property ShowColumnLine : Boolean;

Description

Use ShowColumnLine to specify whether the line column is shown in the legend.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next