ComponentOne FlexChart for WinForms
Content Property (LineMarker)


C1.Win.Chart.Interaction Namespace > LineMarker Class : Content Property
Gets or sets the content function that allows you to customize the text content of the LineMarker.
Syntax
'Declaration
 
Public Property Content As String
'Usage
 
Dim instance As LineMarker
Dim value As String
 
instance.Content = value
 
value = instance.Content
public string Content {get; set;}
See Also

Reference

LineMarker Class
LineMarker Members