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






Draws a quadratic bezier curve.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function quadraticCurveTo (x1, y1, x, y)

 Parameters

x1

Type: Number
Number. The x-coordinate of the bezier control point.

y1

Type: Number
Number. The y-coordinate of the bezier control point.

x

Type: Number
Number. The x-coordinate of the ending point.

y

Type: Number
Number. The y-coordinate of the ending point.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace