MapPie.UseInvertedAngles

Syntax

UseInvertedAngles: Boolean;

Description

The UseInvertedAngles property determines whether rotation angle of the pie factor first segment is inverted.

Comments

Use JSON or the setUseInvertedAngles method to set the property value and the getUseInvertedAngles 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). Invert rotation angle of pie factor first segment:

mapPie.setUseInvertedAngles(true);
// Refresh pie factor
mapPie.refresh();

After executing the example rotation angle of the pie factor first segment was inverted that is the sign of the value was changed to opposite:

See also:

MapPie