MindFusion.Charting for JavaScript Programmer's Guide
PolarPlot.rotatePoint Method
See Also
 






Rotates point around specified rotation center at specified angle.

Namespace: MindFusion.Charting
File: PolarPlot.js

 Syntax

JavaScript  Copy Code

function rotatePoint (pointToRotate, centerPoint, angleInDegrees)

 Parameters

pointToRotate

Type: Point
The point to rotate.

centerPoint

Type: Point
The rotation center.

angleInDegrees

Type: Number
The rotation angle.

 Return Value

Type: Point

 See Also

PolarPlot Members
PolarPlot Class
MindFusion.Charting Namespace