Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartTooltip Class / IsOpen Property


In This Topic
    IsOpen Property
    In This Topic
    Gets or sets whether to display the chart tooltip.
    Syntax
    'Declaration
     
    
    Public Property IsOpen As Boolean
    'Usage
     
    
    Dim instance As ChartTooltip
    Dim value As Boolean
     
    instance.IsOpen = value
     
    value = instance.IsOpen
    public bool IsOpen {get; set;}
    See Also