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


In This Topic
    ChartElement Property
    In This Topic
    Gets the chart element at the specified coordinates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChartElement As ChartElementType
    'Usage
     
    
    Dim instance As ChartHitTestInfo
    Dim value As ChartElementType
     
    value = instance.ChartElement
    public ChartElementType ChartElement {get;}
    See Also