MapPie.IsProportional

Syntax

IsProportional: Boolean;

Description

The IsProportional property determines whether angles of pie chart sectors are equal.

Comments

Use JSON or the setIsProportional method to set the property value and the getIsProportional method to get the property value.

Available values:

Example

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:

MapPie