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

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