C1.Android.Chart Assembly / C1.Android.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
See Also