ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class / AddXY Method
Specifies the X value.

Specifies the Y values.


In This Topic
    AddXY Method
    In This Topic

    Adds a DataPoint with the specified parameters to the DataPointsCollection.

    Syntax
    'Declaration
     
    Public Function AddXY( _
       ByVal xValue As Object, _
       ByVal ParamArray yValue() As Double _
    ) As Integer
    public int AddXY( 
       object xValue,
       params double[] yValue
    )

    Parameters

    xValue
    Specifies the X value.
    yValue

    Specifies the Y values.

    Return Value

    System.Int32.
    See Also