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


In This Topic
    AddShape(Double,Double,Double,Double,Double,Double) Method
    In This Topic
    Adds a new shape.
    Syntax
    'Declaration
     
    Public Overloads Sub AddShape( _
       ByVal y As Double, _
       ByVal x As Double, _
       ByVal z As Double, _
       ByVal xsize As Double, _
       ByVal ysize As Double, _
       ByVal zsize As Double _
    ) 
    'Usage
     
    Dim instance As ShapeSeries
    Dim y As Double
    Dim x As Double
    Dim z As Double
    Dim xsize As Double
    Dim ysize As Double
    Dim zsize As Double
     
    instance.AddShape(y, x, z, xsize, ysize, zsize)
    public void AddShape( 
       double y,
       double x,
       double z,
       double xsize,
       double ysize,
       double zsize
    )

    Parameters

    y
    y coordinate
    x
    x coordinate
    z
    z coordinate
    xsize
    x size
    ysize
    y size
    zsize
    z size
    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