UseInvertedAngles: Boolean;
The UseInvertedAngles property determines whether rotation angle of the pie factor first segment is inverted.
Use JSON or the setUseInvertedAngles method to set the property value and the getUseInvertedAngles method to get the property value.
Available values:
true. Rotation angle of the pie factor first segment is inverted.
false. Rotation angle of the pie factor first segment is not inverted (default).
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: