C1.Android.Chart Assembly / C1.Android.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
See Also