DataPointCollection::DataBindXY Method

.NET Framework (current version)
 

Data binds the X-value and Y-values of the collection's data points to the first columns of the specified data source.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

NameDescription
System_CAPS_pubmethodDataBindXY(IEnumerable^, array<IEnumerable^>^)

Data binds the X-value and Y-values of the collection's data points to the first columns of the specified data source.

System_CAPS_pubmethodDataBindXY(IEnumerable^, String^, IEnumerable^, String^)

Data binds the X-value and Y-values of the data points in the collection to the specified columns of the specified data sources.

Return to top
Show: