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






Fills an ellipse.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function fillEllipse (brush, rect)

 Parameters

brush

Type: Brush
The brush to fill the ellipse with.

rect

Type: Rect
The rectangle describing the ellipse.

 See Also

Graphics Members
Graphics Class
MindFusion.Drawing Namespace