[]
        
(Showing Draft Content)

C1.Win.Chart.Series.DataSource

DataSource Property

DataSource

Gets or sets the collection of objects that contains the series data.

Declaration
[C1Category("Data")]
[TypeConverter(typeof(DataSourceConverter))]
[C1Description("Series.DataSource", "Gets or sets the collection of objects that contains the series data.")]
public object DataSource { get; set; }
<C1Category("Data")>
<TypeConverter(GetType(DataSourceConverter))>
<C1Description("Series.DataSource", "Gets or sets the collection of objects that contains the series data.")>
Public Property DataSource As Object