TiPlotLegend.CaptionColumnTitle

TiPlotLegend

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

property CaptionColumnTitle : String;

Description

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

Example

Delphi

iComponent.Legend[0].CaptionColumnTitle := 'Alternate Title';

C++ Builder

iComponent->Legend[0]->CaptionColumnTitle = "Alternate Title";

Contents | Index | Previous | Next