ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / Line Class / Content Property

In This Topic
    Content Property (Line)
    In This Topic
    Gets or sets the element content.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.Line.Content", "Gets or sets the element content.")>
    Public Property Content As String
    [C1Description("Annotation.Line.Content", "Gets or sets the element content.")]
    public string Content {get; set;}
    See Also