TiPlotLegend.ShowColumnYAxisTitle

TiPlotLegend See Also

Specifies whether the Y-Axis title column is shown in the legend.

property ShowColumnYAxisTitle : Boolean;

Description

Use ShowColumnYAxisTitle to specify whether the Y-Axis title column is shown in the legend.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next