dojox
»
charting
»
Chart2D
» getCoords
dojox.charting.Chart2D.getCoords
dojo.require("dojox.charting.Chart2D");
defined in dojox/charting/Chart2D.js
Usage
function ()
(view source)
if
(
!
this
.
coords
)
{
this
.
coords
= dojo.
coords
(
this
.
node
,
true
)
;
}
return
this
.
coords
;