ComponentOne FlexChart for WinForms
Content Property (Text)


C1.Win.Chart.Annotation Namespace > Text Class : Content Property
Gets or sets the text of the annotation.
Syntax
'Declaration
 
Public Property Content As String
'Usage
 
Dim instance As Text
Dim value As String
 
instance.Content = value
 
value = instance.Content
public string Content {get; set;}
See Also

Reference

Text Class
Text Members