4

If I set below property

pieChartView.isUserInteractionEnabled = false

then it will disable the gesture option also, but in my requirements I have to disable the rotation option.

How can I do this one?

Thanks in advance

CodeChanger
  • 7,953
  • 5
  • 49
  • 80
Shilpashree MC
  • 611
  • 1
  • 6
  • 16

1 Answers1

5

PieChartView.rotationEnabled = false

Shilpashree MC
  • 611
  • 1
  • 6
  • 16