C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartHitTestInfo Class / Distance Property


In This Topic
Distance Property
In This Topic
Gets the distance from the closest data point.
Syntax
'Declaration
 
Public ReadOnly Property Distance As Double
 
'Usage
 
Dim instance As ChartHitTestInfo
Dim value As Double
 
value = instance.Distance
See Also