LineDraw Smooth Filled 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 DrawSmoothFilledCurve(
Graphics g,
GraphPane pane,
CurveItem curve,
float scaleFactor
)VB
Public Sub DrawSmoothFilledCurve (
g As Graphics,
pane As GraphPane,
curve As CurveItem,
scaleFactor As Single
)