EJSC.Chart.getZoomBoxPixelCoordinates
See Also
Definition
object getZoomBoxPixelCoordinates( string ScreenOrChart )
RETURNS: { left: integer, top: integer, right: integer, bottom: integer, width: integer, height: integer }
ScreenOrChart Values: "screen" "chart"
Description
Returns the current pixel coordinates of the zoom box (whether visible or not). The ScreenOrChart parameter may be used to specify if the coordinates returned are based off the top left of the chart ("chart"), or the top left of the page ("screen"). |