ZedGraph LogoZedGraph Class Library Documentation
AddPoint Method (point)
NamespacesZedGraphCurveItemAddPoint(PointPair)
Add a PointPair object to the end of the points collection for this curve.
Declaration Syntax
C#Visual BasicVisual C++
public void AddPoint(
	PointPair point
)
Public Sub AddPoint ( _
	point As PointPair _
)
public:
void AddPoint (
	PointPair^ point
)
Parameters
point (PointPair)
A reference to the PointPair object to be added
Remarks
This method will only work if the IPointList instance reference at Points supports the IPointListEdit interface. Otherwise, it does nothing.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621