MindFusion.Charting for JavaScript Programmer's Guide
Graphics.drawEllipse Method
See Also
 






Draws an ellipse.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function drawEllipse (pen, rect)

 Parameters

pen

Type: Pen
The pen to stroke the ellipse with.

rect

Type: Rect
The rectangle describing the ellipse.

 See Also

Graphics Members
Graphics Class
MindFusion.Drawing Namespace