ZedGraph LogoZedGraph Class Library Documentation
PointPairList Constructor (x, y)
NamespacesZedGraphPointPairListPointPairListPointPairListNew(array<Double>[](), array<Double>[]())
Constructor to initialize the PointPairList from two arrays of type double.
Declaration Syntax
C#Visual BasicVisual C++
public PointPairList(
	double[] x,
	double[] y
)
Public Sub New ( _
	x As Double(), _
	y As Double() _
)
public:
PointPairList (
	array<double>^ x, 
	array<double>^ y
)
Parameters
x (array<Double>[]())
y (array<Double>[]())

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621