ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / Content Property



In This Topic
    Content Property (C1LineMarker)
    In This Topic
    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