ZedGraph LogoZedGraph Class Library Documentation
Add Method (pointList)
NamespacesZedGraphPointPairListAdd(PointPairList)
Add a PointPairList object to the collection at the end of the list.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	PointPairList pointList
)
Public Sub Add ( _
	pointList As PointPairList _
)
public:
void Add (
	PointPairList^ pointList
)
Parameters
pointList (PointPairList)
A reference to the PointPairList object to be added
Return Value
The zero-based ordinal index where the last point was added in the list, or -1 if no points were added.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621