Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 CGPoint)
    'Usage
     
    
    Dim instance As ChartTooltip
    Dim value As Nullable(Of CGPoint)
     
    instance.Point = value
     
    value = instance.Point
    public Nullable<CGPoint> Point {get; set;}
    See Also