IsProportional: Boolean;
The IsProportional property determines whether angles of pie chart sectors are equal.
Use JSON or the setIsProportional method to set the property value and the getIsProportional method to get the property value.
Available values:
true. Angles of all pie chart sectors are equal.
false. Angles of pie chart sectors are equal to selected values (default).
To execute the example HTML page must contain object of the MapPie type named mapPie (see MapPie Constructor). Set equal angles for all pie chart sectors:
mapPie.setIsProportional(true); // Refresh pie factor mapPie.refresh();
After executing the example, all pie factor sectors are set to equal angles:
See also: