TiPlotLegend.CaptionColumnXValue
TiPlotLegend
Specifies the column title text for the legend's "XValue" column.
property CaptionColumnXValue : String;
Description
Use CaptionColumnXValue to get or set the column title text for the "XValue"
column. This is useful when you want the title to differ from "XValue".
Example
Delphi
iComponent.Legend[0].CaptionColumnXValue := 'Alternate XValue';
C++ Builder
iComponent->Legend[0]->CaptionColumnXValue = "Alternate XValue";
Contents | Index | Previous | Next