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


rect
Rectangle structure that defines the boundaries of the ellipse.
startAngle
Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
sweepAngle
Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.
Draws an arc representing a portion of an ellipse specified by a Rectangle structure.

Syntax

Visual Basic (Declaration)  
Public Sub DrawArc( _
   ByVal rect As RectangleF, _
   ByVal startAngle As Single, _
   ByVal sweepAngle As Single _
) 
Visual Basic (Usage) Copy Code
Dim instance As SvgRendering
Dim rect As RectangleF
Dim startAngle As Single
Dim sweepAngle As Single
 
instance.DrawArc(rect, startAngle, sweepAngle)
C#  
public void DrawArc( 
   RectangleF rect,
   float startAngle,
   float sweepAngle
)

Parameters

rect
Rectangle structure that defines the boundaries of the ellipse.
startAngle
Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
sweepAngle
Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.

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.