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

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