EJSC.Chart.convertPointToPixel
See Also
|
Definition
object convertPointToPixel( number x, number y )
Result:
{ left: number, top: number }
Description
Converts the x/y chart coordinates into top/left pixel coordinates based off the document.
Left and/or Top may be returned as undefined if the x/y coordinates provided are not currently within the bounds of the chart. |