Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DataBindCrossTab Method
See Also 
Dundas.Charting.WebControl Namespace > Chart Class : DataBindCrossTab Method


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.

Overload List

Overload Description
DataBindCrossTab(IEnumerable,String,String,String,String) 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 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