Chart.getOriginalPlotBorders

Syntax

getOriginalPlotBorders();

Description

The getOriginalPlotBorders method returns an object that contains chart size and paddings accounting only for size and paddings of the DOM element.

Comments

The method returns an object with the following fields:

Example

The example of use is given on the page with description of the Chart.getPaddings method.

See also:

Chart