Gets or sets the collection of objects that contains the series data.
Syntax
'Declaration
Public Property DataSource As Object
'Usage
Dim instance As Series
Dim value As Object
instance.DataSource = value
value = instance.DataSource
public object DataSource {get; set;}
See Also