ActiveReports.Chart Request technical support
AddY Method
See Also 


yValue
Specifies the Y value.
Adds a DataPoint with the specified y value to the DataPointsCollection.

Syntax

Visual Basic (Declaration) 
Public Function AddY( _
   ByVal ParamArray yValue() As Double _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As DataPointsCollection
Dim yValue() As Double
Dim value As Integer
 
value = instance.AddY(yValue)
C# 
public int AddY( 
   params double[] yValue
)

Parameters

yValue
Specifies the Y value.

See Also