ZedGraph LogoZedGraph Class Library Documentation
Add Method (x, y)
NamespacesZedGraphPointPairListAdd(Double, Double)
Add a single point to the PointPairList from values of type double.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	double x,
	double y
)
Public Sub Add ( _
	x As Double, _
	y As Double _
)
public:
virtual void Add (
	double x, 
	double y
) sealed
Parameters
x (Double)
The X value
y (Double)
The Y value
Return Value
The zero-based ordinal index where the point was added in the list.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621