如何禁用 iOS 图表中饼图的旋转选项?

How to disable the rotation option of pie charts in iOS charts?

如果我设置如下属性

pieChartView.isUserInteractionEnabled = false

然后它也会禁用手势选项,但根据我的要求,我必须禁用旋转选项。

我该怎么做?

提前致谢

PieChartView.rotationEnabled = 假