Text: String;
The Text property determines text for a label.
This example assumes that there is the Caption object of the IChartCaption type.
Sub Text;
Var
Caption : IChartCaption;
Begin
Caption.Text := "Chart";
End Sub Text;
Executing the example changes the title text to the text specified in the example.
See also: