EJSC.PieSeries.findCenterOfCurve
See Also
|
Definition
object findCenterOfCurve( EJSC.PiePoint point )
The object returned is formatted as:
{ x: integer, y: integer }
Description
This method takes a pie point (see getPoints) and returns an object containing the x and y screen coordinates of the center of the piece's arc. |