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


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