ComponentOne FlexReport for WinForms
DataSourceName Property (Series)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.FlexChart Namespace > Series Class : DataSourceName Property
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 FlexChartFieldBase.DataSource will be used.

Syntax
'Declaration
 
Public Property DataSourceName As System.String
public System.string DataSourceName {get; set;}
See Also

Reference

Series Class
Series Members