ComponentOne FinancialChart for WPF
Content Property (C1LineMarker)



C1.WPF.Chart.Interaction Namespace > C1LineMarker 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 Object
'Usage
 
Dim instance As C1LineMarker
Dim value As Object
 
instance.Content = value
 
value = instance.Content
public object Content {get; set;}
public:
property Object^ Content {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

C1LineMarker Class
C1LineMarker Members