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






Moves the path to the specified location.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function moveTo (x, y)

 Parameters

x

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

y

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

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace