ComponentOne FlexChart for WinForms
Content Property (Line)


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

Reference

Line Class
Line Members