Class.UseSoftPadding

Syntax

UseSoftPadding: Boolean;

Description

The UseSoftPadding property determines whether chart paddings are calculated with an alternative method.

Comments

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:

Example

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

See also:

Chart