Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide values in iOS-charts PieCharts?

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 :)

like image 468
patreu22 Avatar asked Jan 08 '16 18:01

patreu22


Video Answer


1 Answers

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

like image 80
Wingzero Avatar answered Sep 28 '22 04:09

Wingzero