ChartCanvasAxis.getPlotBorders

Syntax

getPlotBorders();

Description

The getPlotBorders method returns size and paddings of the chart plot area.

Comments

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.

Example

The example of use is given on the page with description of the ChartCanvasAxis.DrawContext property.

See also:

ChartCanvasAxis