[]
        
(Showing Draft Content)

C1.WPF.Report.Chart.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.WPF.Report.FlexChartField.ChartData.DataSource will be used.

Declaration
public string DataSourceName { get; set; }