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


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