getPaddingWasApplied();
The getPaddingWasApplied method returns the object that indicates whether chart paddings are applied.
The method returns an object that contains the following fields:
Bottom. Indicates whether the chart bottom padding is applied.
Left. Indicates whether the chart left padding is applied.
Right. Indicates whether the chart right padding is applied.
Top. Indicates whether the chart top padding is applied.
Fields of the returned object are Boolean.
Possible values of returned object's fields:
true. Padding is applied.
false. Padding is not applied.
The example of use is given on the page with description of the Chart.getPaddings method.
See also: