Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / ShowTooltip Property


In This Topic
    ShowTooltip Property
    In This Topic
    Gets or sets the ShowTooltip.
    Syntax
    'Declaration
     
    
    Public Property ShowTooltip As Boolean
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Boolean
     
    instance.ShowTooltip = value
     
    value = instance.ShowTooltip
    public bool ShowTooltip {get; set;}
    See Also