MindFusion.Charting for WebForms Programmer's Guide
Path.bezierTo Method
See Also
 



Draws a cubic bezier curve.

Namespace: MindFusion.Drawing
Assembly: Path.js

 Syntax

JavaScript  Copy Code

function bezierTo (x1, y1, x2, y2, x3, y3)

 Parameters

x1

The x-coordinate of the first bezier control point.

y1

The y-coordinate of the first bezier control point.

x2

The x-coordinate of the second bezier control point.

y2

The y-coordinate of the second bezier control point.

x3

The x-coordinate of the ending point.

y3

The y-coordinate of the ending point.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace