TiPlotLegend.CaptionColumnYMax

TiPlotLegend

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

property CaptionColumnYMax : String;

Description

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

Example

Delphi

iComponent.Legend[0].CaptionColumnYMax := 'Alternate YMax';

C++ Builder

iComponent->Legend[0]->CaptionColumnYMax = "Alternate YMax";

Contents | Index | Previous | Next