ChartLabel.TextWrapping

Syntax

TextWrapping: PP.Ui.TextWrapping;

Description

The TextWrapping property indicates whether label text can be wrapped.

Comments

Use JSON or the setTextWrapping method to set the property value, and the getTextWrapping method to get the property value.

Example

The example of use is given on the ChartLabel Constructor page.

See also:

ChartLabel