C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartTooltip Class / Point Property


In This Topic
Point Property (ChartTooltip)
In This Topic
Gets or sets the display point of chart tooltip.
Syntax
'Declaration
 
Public Property Point As Nullable(Of C1Point)
 
'Usage
 
Dim instance As ChartTooltip
Dim value As Nullable(Of C1Point)
 
instance.Point = value
 
value = instance.Point
See Also