TiPlotLegend.CaptionColumnYValue

TiPlotLegend

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

property CaptionColumnYValue : String;

Description

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

Example

Delphi

iComponent.Legend[0].CaptionColumnYValue := 'Alternate YValue';

C++ Builder

iComponent->Legend[0]->CaptionColumnYValue = "Alternate YValue";

Contents | Index | Previous | Next