TiPlotLegend.ColumnTitlesVisible
TiPlotLegend See Also
Specifies whether the column titles are visible in the legend.
property ColumnTitlesVisible : Boolean;
Description
Use ColumnTitlesVisible to specify whether the column titles are visible in
the legend.
Example
Delphi
iComponent.Legend[0].ColumnTitlesVisible := True;
C++ Builder
iComponent->Legend[0]->ColumnTitlesVisible = True;
Contents | Index | Previous | Next