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