ItemsSource Property (ChartBase)
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 ChartBase
Dim value As Object
instance.ItemsSource = value
value = instance.ItemsSource
public object ItemsSource {get; set;}
See Also