Binds the X value and Y values of the collection's DataPoints to the specified columns of the specified data sources.
[Visual Basic]
Overloads Public Sub DataBindXY( _
ByVal xDataSource As Object, _
ByVal xField As String, _
ByVal yDataSource As Object, _
ByVal yFields As String _
)
[C#]
public void DataBindXY(
object xDataSource,
string xField,
object yDataSource,
string yFields
);
DataPointsCollection Class | DataPointsCollection Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.