Xceed Chart for WinForms v4.4 Documentation
AddPoint(Double,Double,Double,String,FillEffect,LineProperties) Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PointSeries Class > AddPoint Method : AddPoint(Double,Double,Double,String,FillEffect,LineProperties) Method
y coordinate
x coordinate
z coordinate
point label
point fill effect
point border
Adds a new point with associated label, fill effect and border.
Syntax
'Declaration
 
Public Overloads Sub AddPoint( _
   ByVal y As Double, _
   ByVal x As Double, _
   ByVal z As Double, _
   ByVal label As String, _
   ByVal pointFE As FillEffect, _
   ByVal pointBorder As LineProperties _
) 
'Usage
 
Dim instance As PointSeries
Dim y As Double
Dim x As Double
Dim z As Double
Dim label As String
Dim pointFE As FillEffect
Dim pointBorder As LineProperties
 
instance.AddPoint(y, x, z, label, pointFE, pointBorder)
public void AddPoint( 
   double y,
   double x,
   double z,
   string label,
   FillEffect pointFE,
   LineProperties pointBorder
)

Parameters

y
y coordinate
x
x coordinate
z
z coordinate
label
point label
pointFE
point fill effect
pointBorder
point border
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

Reference

PointSeries Class
PointSeries Members
Overload List