Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / XYScatterSeries Class / AddXY Method / AddXY(Double,Double,String) Method
value of data point
x data point position
data point label


In This Topic
    AddXY(Double,Double,String) Method
    In This Topic
    Adds new values in the Values, XValues and Labels series.
    Syntax
    'Declaration
     
    Public Overloads Sub AddXY( _
       ByVal value As Double, _
       ByVal x As Double, _
       ByVal label As String _
    ) 
    'Usage
     
    Dim instance As XYScatterSeries
    Dim value As Double
    Dim x As Double
    Dim label As String
     
    instance.AddXY(value, x, label)
    public void AddXY( 
       double value,
       double x,
       string label
    )

    Parameters

    value
    value of data point
    x
    x data point position
    label
    data point label
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also