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


In This Topic
Series Property (ChartHitTestInfo)
In This Topic
Gets the chart series at the specified coordinates.
Syntax
'Declaration
 
Public ReadOnly Property Series As IChartSeries
 
'Usage
 
Dim instance As ChartHitTestInfo
Dim value As IChartSeries
 
value = instance.Series
See Also