TiPlotLegend.CaptionColumnYAxisTitle

TiPlotLegend

Specifies the column title text for the legend's "YAxisTitle" column.

property CaptionColumnYAxisTitle : String;

Description

Use CaptionColumnYAxisTitle to get or set the column title text for the "YAxisTitle" column. This is useful when you want the title to differ from "YAxisTitle".

Example

Delphi

iComponent.Legend[0].CaptionColumnYAxisTitle := 'Alternate YAxisTitle';

C++ Builder

iComponent->Legend[0]->CaptionColumnYAxisTitle = "Alternate YAxisTitle";

Contents | Index | Previous | Next