ActiveReports Developer 7
AddY Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPointsCollection Class : AddY Method

yValue
Specifies the Y value.

Glossary Item Box

Adds a DataPoint with the specified y value to the DataPointsCollection.

Syntax

Visual Basic (Declaration) 
Public Function AddY( _
   ByVal ParamArray yValue() As System.Double _
) As System.Integer
C# 
public System.int AddY( 
   params System.double[] yValue
)

Parameters

yValue
Specifies the Y value.

See Also