ZedGraph LogoZedGraph Class Library Documentation
AddPoint Method (x, y)
NamespacesZedGraphCurveItemAddPoint(Double, Double)
Add a single x,y coordinate point to the end of the points collection for this curve.
Declaration Syntax
C#Visual BasicVisual C++
public void AddPoint(
	double x,
	double y
)
Public Sub AddPoint ( _
	x As Double, _
	y As Double _
)
public:
void AddPoint (
	double x, 
	double y
)
Parameters
x (Double)
The X coordinate value
y (Double)
The Y coordinate value

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621