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






Adds an ellipse figure to the path.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function addEllipse (x, y, width, height)

 Parameters

x

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

y

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

width

Type: Number
Number. The width of the ellipse.

height

Type: Number
Number. The height of the ellipse.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace