LineClose Curve Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public void CloseCurve(
GraphPane pane,
CurveItem curve,
PointF[] arrPoints,
int count,
double yMin,
GraphicsPath path
)VB
Public Sub CloseCurve (
pane As GraphPane,
curve As CurveItem,
arrPoints As PointF(),
count As Integer,
yMin As Double,
path As GraphicsPath
)