TiPlotLabel.Caption
TiPlotLabel See Also
Specifies the caption display text.
property Caption : String;
Description
Use Caption to get or set the Label Object display text. To hide the caption,
see the Visible property of the Label Object.
Note: for backward compatibility, the TitleText property will always modify the Caption property of Label Index 0.
Example
Delphi
iComponent.Labels[0].Caption := 'Chart 1';
C++ Builder
iComponent->Labels[0]->Caption = "Chart 1";
Contents | Index | Previous | Next