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


In This Topic
    Percentage Property (ChartDataPoint)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Percentage As Object
    'Usage
     
    
    Dim instance As ChartDataPoint
    Dim value As Object
     
    value = instance.Percentage
    public object Percentage {get;}
    See Also