MindFusion.Charting for WebForms Programmer's Guide
Path.arcTo Method
See Also
 



Draws an arc.

Namespace: MindFusion.Drawing
Assembly: Path.js

 Syntax

JavaScript  Copy Code

function arcTo (x, y, radius, startAngle, endAngle, anticlockwise)

 Parameters

x

The x-coordinate of the center of the circle.

y

The y-coordinate of the center of the circle.

radius

The radius of the circle

startAngle

The starting angle in radians.

endAngle

The ending angle in radians.

anticlockwise

Specifies whether the drawing should be counterclockwise or clockwise.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace