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






Draws an arc.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

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

 Parameters

x

Type: Number
Number. The x-coordinate of the center of the circle.

y

Type: Number
Number. The y-coordinate of the center of the circle.

radius

Type: Number
Number. The radius of the circle

startAngle

Type: Number
Number. The starting angle in radians.

endAngle

Type: Number
Number. The ending angle in radians.

anticlockwise

Type: Boolean
Boolean. Specifies whether the drawing should be counterclockwise or clockwise.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace