getOriginalPlotBorders();
The getOriginalPlotBorders method returns an object that contains chart size and paddings accounting only for size and paddings of the DOM element.
The method returns an object with the following fields:
X. X coordinate of the top left corner of the chart.
Y. Y coordinate of the top left corner of the chart.
W. Chart width.
H. Chart height.
The example of use is given on the page with description of the Chart.getPaddings method.
See also: