Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartHitTestInfo Class / Percentage Property


In This Topic
    Percentage Property (ChartHitTestInfo)
    In This Topic
    Gets the percentage of the closest data point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Percentage As Object
    'Usage
     
    
    Dim instance As ChartHitTestInfo
    Dim value As Object
     
    value = instance.Percentage
    public object Percentage {get;}
    See Also