11

I'm trying to change a PieChartView to not show the values on the Chart. Indeed I'm looking to a similar function to

pieChartView.drawSliceTextEnabled = false

but just for the values.

I would be very thankful for some help :)

rmaddy
  • 314,917
  • 42
  • 532
  • 579
patreu22
  • 2,988
  • 4
  • 22
  • 31

1 Answers1

20

in data set, disable drawValueEnabled like set.drawValuesEnabled = false

Wingzero
  • 9,644
  • 10
  • 39
  • 80