LineCloseCurve Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public void CloseCurve(
	GraphPane pane,
	CurveItem curve,
	PointF[] arrPoints,
	int count,
	double yMin,
	GraphicsPath path
)

Parameters

pane  GraphPane
 
curve  CurveItem
 
arrPoints  PointF
 
count  Int32
 
yMin  Double
 
path  GraphicsPath
 

See Also