TiPlotLegend.CaptionColumnXAxisTitle

TiPlotLegend

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

property CaptionColumnXAxisTitle : String;

Description

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

Example

Delphi

iComponent.Legend[0].CaptionColumnXAxisTitle := 'Alternate XAxisTitle';

C++ Builder

iComponent->Legend[0]->CaptionColumnXAxisTitle = "Alternate XAxisTitle";

Contents | Index | Previous | Next