pieRatio

A value in the range [0.1,1] that determines the proportion of the plot area occupied by the pie element of the Pie Chart. Similarly-sized Pie charts with the same ratio setting will display pies having the same radius, which can be used to enforce consistency across multiple charts.

Large ratio settings may leave less area for the display of values on the Chart and cause truncation of text.

Type

Number between 0.1 and 1

Example

Chart1.pieRatio = 0.8;
Chart2.pieRatio = 0.5;

pieRatio

Either syntax below can be used in component script:

pieRatio          // unqualified
Chart1.pieRatio   // qualified

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