Dundas Chart for ASP.NET
FillClosedCurve Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Svg Namespace > SvgRendering Class : FillClosedCurve Method


points
Array of Point structures that define the spline.
tension
Value greater than or equal to 0.0F that specifies the tension of the curve.
Fill a closed cardinal spline defined by an array of Point structures.

Syntax

Visual Basic (Declaration)  
Public Sub FillClosedCurve( _
   ByVal points() As PointF, _
   ByVal tension As Single _
) 
Visual Basic (Usage) Copy Code
Dim instance As SvgRendering
Dim points() As PointF
Dim tension As Single
 
instance.FillClosedCurve(points, tension)
C#  
public void FillClosedCurve( 
   PointF[] points,
   float tension
)

Parameters

points
Array of Point structures that define the spline.
tension
Value greater than or equal to 0.0F that specifies the tension of the curve.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.