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


In This Topic
    ShowTooltip Property
    In This Topic
    Gets or sets the ShowTooltip.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("ShowTooltip")>
    <BrowsableAttribute(True)>
    Public Property ShowTooltip As Boolean
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Boolean
     
    instance.ShowTooltip = value
     
    value = instance.ShowTooltip
    [Foundation.Export("ShowTooltip")]
    [Browsable(true)]
    public bool ShowTooltip {get; set;}
    See Also