startAngle property

double startAngle
final

The chart gets drawn and animates clockwise from startAngle, defaulting to the top/center point or -90.0. In terms of a clock face these would be:

  • -90.0: 12 o'clock
  • 0.0: 3 o'clock
  • 90.0: 6 o'clock
  • 180.0: 9 o'clock

Implementation

final double startAngle;