startingAngle property

double startingAngle
final

Angle in radiants in which the first step of the indicator is placed. The initial value is on the top of the indicator (- math.pi / 2)

  • 0 => TOP
  • math.pi / 2 => LEFT
  • math.pi => BOTTOM
  • math.pi / 2 * 3 => RIGHT
  • math.pi / 2 => TOP (again)

Implementation

final double startingAngle;