Dundas Chart for ASP.NET
FillCurve Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Svg Namespace > SvgRendering Class : FillCurve 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 cardinal spline through a specified array of Point structures.

Syntax

Visual Basic (Declaration)  
Public Sub FillCurve( _
   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.FillCurve(points, tension)
C#  
public void FillCurve( 
   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.