TiPlotAnnotationObject.Text
TiPlotAnnotationObject See Also
Specifies the text displayed when drawing the annotation object.
property Text : String;
Description
Use Text to get or set the text displayed when drawing the annotation object.
This property only has an effect when the Style is set to Text.
Example
Delphi
iComponent.Annotation[0].Text := 'xyz';
C++ Builder
iComponent->Annotation[0]->Text = "xyz";
Contents | Index | Previous | Next