Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / LineSeries Class / AddXYZ Method / AddXYZ(Double,Double,Double) Method
y coordinate
x coordinate
z coordinate


    AddXYZ(Double,Double,Double) Method
    Adds a new line data point.
    Syntax
    'Declaration
     
    Public Overloads Sub AddXYZ( _
       ByVal y As Double, _
       ByVal x As Double, _
       ByVal z As Double _
    ) 
     
    'Usage
     
    Dim instance As LineSeries
    Dim y As Double
    Dim x As Double
    Dim z As Double
     
    instance.AddXYZ(y, x, z)

    Parameters

    y
    y coordinate
    x
    x coordinate
    z
    z coordinate
    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