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