[]
        
(Showing Draft Content)

C1.Report.FlexChart.Series.DataSourceName

DataSourceName Property

DataSourceName

Gets or sets the name of the data source for the series. The name must match the name of a data source in the report's DataSources collection.

Empty string indicates that the C1.Report.FlexChartField.ChartData.DataSource will be used.

Declaration
[C1Category("Data")]
[C1Description("FlexChartSeries.DataSource", "The series's data source. The default is to use the chart's data source.")]
public string DataSourceName { get; set; }
<C1Category("Data")>
<C1Description("FlexChartSeries.DataSource", "The series's data source. The default is to use the chart's data source.")>
Public Property DataSourceName As String