Search
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

The point to rotate.

centerPoint

The rotation center.

angleInDegrees

The rotation angle.

 Return Value

 See Also