ZedGraph LogoZedGraph Class Library Documentation
Add Method (point)
NamespacesZedGraphPointPairListAdd(PointPair)
Add a PointPair object to the collection at the end of the list.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	PointPair point
)
Public Sub Add ( _
	point As PointPair _
)
public:
virtual void Add (
	PointPair^ point
) sealed
Parameters
point (PointPair)
The PointPair object to be added
Return Value
The zero-based ordinal index where the point was added in the list.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621