TiPlotLegend.ShowColumnXAxisTitle
TiPlotLegend See Also
Specifies whether the X-Axis title column is shown in the legend.
property ShowColumnXAxisTitle : Boolean;
Description
Use ShowColumnXAxisTitle to specify whether the X-Axis title column is shown
in the legend.
Example
Delphi
iComponent.Legend[0].ShowColumnXAxisTitle := True;
C++ Builder
iComponent->Legend[0]->ShowColumnXAxisTitle = True;
Contents | Index | Previous | Next