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