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


In This Topic
Series Property (SeriesEventArgs)
In This Topic
Gets the chart series.
Syntax
'Declaration
 
Public ReadOnly Property Series As ChartSeries
 
'Usage
 
Dim instance As SeriesEventArgs
Dim value As ChartSeries
 
value = instance.Series
See Also