pieExploded

Separates the slices of a Pie Chart by a small gap.

Type

Boolean

true: explode pie
false: do not explode pie

Example

Chart1.pieExploded = true

pieExploded

Either syntax below can be used in component script:

pieExploded          // unqualified
Chart1.pieExploded   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.