ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / AnnotationBase Class / Attachment Property

In This Topic
    Attachment Property (AnnotationBase)
    In This Topic
    Gets or sets the attachment of the annotation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.AnnotationBase.Attachment", "Gets or sets the attachment of the annotation.")>
    Public Property Attachment As AnnotationAttachment
    [C1Description("Annotation.AnnotationBase.Attachment", "Gets or sets the attachment of the annotation.")]
    public AnnotationAttachment Attachment {get; set;}
    See Also