Dundas Chart for ASP.NET
DataBindCrossTab Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : DataBindCrossTab Method


Data binds the chart to the table, and creates one series per unique value in a column.

Overload List

Overload Description
DataBindCrossTab(IEnumerable,String,String,String,String)

Data binds the chart to the table, with one series created per unique value in a given column.


Data bind chart to the table. Series will be automatically added to the chart depending on the number of unique values in the seriesGroupByField column of the data source. Data source can be the Ole(SQL)DataReader, DataView, DataSet, DataTable or DataRow.  
DataBindCrossTab(IEnumerable,String,String,String,String,PointsSortOrder) Data binds the chart to the table, with one series created per unique value in a given column. Series can also be sorted.
Data bind chart to the table. Series will be automatically added to the chart depending on the number of unique values in the seriesGroupByField column of the data source. Data source can be the Ole(SQL)DataReader, DataView, DataSet, DataTable or DataRow.  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.