ActiveReports 8
AddY Method

Specifies the Y value.
Adds a DataPoint with the specified y value to the DataPointsCollection.
Syntax
'Declaration
 
Public Function AddY( _
   ByVal ParamArray yValue() As System.Double _
) As System.Integer
public System.int AddY( 
   params System.double[] yValue
)

Parameters

yValue
Specifies the Y value.
See Also

Reference

DataPointsCollection Class
DataPointsCollection Members

Support Forum