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

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