Chart.DataBindTable Method (IEnumerable)
.NET Framework (current version)
Automatically creates and binds series data to the specified data table.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Parameters
- dataSource
-
Type:
System.Collections.IEnumerable
The data source, which can be any IEnumerable object.
Each column of the table becomes a Y-value for a series, with one series per column.
.NET Framework
Available since 4.0
Available since 4.0
Show: