PointPairListLinearRegression(IPointList, Int32, Double, Double) Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public PointPairList LinearRegression(
	IPointList points,
	int pointCount,
	double minX,
	double maxX
)

Parameters

points  IPointList
 
pointCount  Int32
 
minX  Double
 
maxX  Double
 

Return Value

PointPairList

See Also