See Also

DataPointsCollection Class  | DataPointsCollection Members  | Overload List

Language

Visual Basic

C#

Show All

yDataSource
Specifies the data source object that provides the Y value(s). 
yFields
Specifies the data souce field(s) to which to bind DataPoints. 
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

DataBindY(Object,String) Method

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 );

Parameters

yDataSource
Specifies the data source object that provides the Y value(s). 
yFields
Specifies the data souce field(s) to which to bind DataPoints. 

See Also

DataPointsCollection Class  | DataPointsCollection Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.