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


In This Topic
    Close Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Close As Double
    'Usage
     
    
    Dim instance As ChartDataPoint
    Dim value As Double
     
    value = instance.Close
    public double Close {get;}
    See Also