Chart.PaddingLeft

Syntax

PaddingLeft: Number;

Description

The PaddingLeft property determines left padding of the chart.

Comments

Use JSON to set the property value and the getPaddingLeft method to get the property value.

By default this property is set to 10.

Example

The example of use is given on the Example of Creating a Histogram page.

See also:

Chart