DataSource Property (Series)
In This Topic
Gets or sets the collection of objects that contains the series data.
Syntax
'Declaration
<TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design")>
<DefaultValueAttribute("")>
<C1CategoryAttribute("Data")>
<C1DescriptionAttribute("Series.DataSource", "Gets or sets the collection of objects that contains the series data.")>
Public Property DataSource As Object
[TypeConverter("System.Windows.Forms.Design.DataSourceConverter, System.Design")]
[DefaultValue("")]
[C1Category("Data")]
[C1Description("Series.DataSource", "Gets or sets the collection of objects that contains the series data.")]
public object DataSource {get; set;}
See Also