MindFusion.Charting for JavaScript Programmer's Guide
Ellipse Constructor
See Also
 






Initializes a new instance of the Ellipse class.

Namespace: MindFusion.Drawing
File: Ellipse.js

 Syntax

JavaScript  Copy Code

function Ellipse (x, y, width, height)

 Parameters

x

Type: Number
Number. The X-coordinate of the top left corner of the Ellipse.

y

Type: Number
Number. The Y-coordinate of the top left corner of the Ellipse.

width

Type: Number
Number. The width of the Ellipse.

height

Type: Number
Number. The height of the Ellipse.

 See Also

Ellipse Class
MindFusion.Drawing Namespace