ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Series Class / Tooltip Property

In This Topic
    Tooltip Property (Series)
    In This Topic
    Gets or sets the tooltip template string for the series.
    Syntax
    'Declaration
     
    Public Property Tooltip As System.String
    public System.string Tooltip {get; set;}
    See Also