getPlotBorders();
The getPlotBorders method returns size and paddings of the chart plot area.
The method returns a JSON object with the following fields: X - left padding, Y - top padding, W - width of the chart plot area, H - plot area height.
The example of use is given on the page with description of the ChartCanvasAxis.DrawContext property.
See also: