UseSoftPadding: Boolean;
The UseSoftPadding property determines whether chart paddings are calculated with an alternative method.
When the chart paddings are calculated using an alternative method, the padding is not applied if the side contains some chart elements. Use JSON or the setUseSoftPadding method to set the property value, and the getUseSoftPadding method to get the property value.
Available values:
true. Alternative calculation of chart paddings is used (default).
false. Alternative calculation of chart paddings is not used.
The example of use is given on the page with description of the Chart.getPaddings method.
See also: