C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartSeries Class / ItemsSource Property


In This Topic
ItemsSource Property (ChartSeries)
In This Topic
Gets or sets the collection of objects that contains the series data.
Syntax
'Declaration
 
Public Property ItemsSource As Object
 
'Usage
 
Dim instance As ChartSeries
Dim value As Object
 
instance.ItemsSource = value
 
value = instance.ItemsSource
See Also