ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / AnnotationBase Class / TooltipText Property

In This Topic
    TooltipText Property
    In This Topic
    Gets or sets the tooltip of the annotation.
    Syntax
    'Declaration
     
    Public Property TooltipText As System.String
    public System.string TooltipText {get; set;}
    See Also