ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / LineMarker Class / Content Property

In This Topic
    Content Property (LineMarker)
    In This Topic
    Gets or sets the content function that allows you to customize the text content of the LineMarker.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Interaction.LineMarker.Content", "Gets or sets the content function that allows you to customize the text content of the LineMarker.")>
    Public Property Content As String
    [C1Description("Interaction.LineMarker.Content", "Gets or sets the content function that allows you to customize the text content of the LineMarker.")]
    public string Content {get; set;}
    See Also