ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / AnnotationBase Class / Tooltip Property

In This Topic
    Tooltip Property (AnnotationBase)
    In This Topic
    A System.String value that indicates the tooltip content of the annotation.
    Syntax
    'Declaration
     
    Public Property Tooltip As System.String
    public System.string Tooltip {get; set;}
    Remarks
    When the content is empty, the tooltip will not be shown.
    See Also