XYPieChart icon indicating copy to clipboard operation
XYPieChart copied to clipboard

Add separate UILabel for slice label

Open ryanmsusa opened this issue 11 years ago • 1 comments

It would be nice if there were 2 labels per slice, 1 for percentage and 1 for the actual label text. The percent label would go under the text label (like you see in Microsoft Excel charts)

or maybe make the 1 label that is there multiline so you could say something like label text = @"MyLabel\n60%"

either solution would work!

ryanmsusa avatar Apr 10 '13 20:04 ryanmsusa

I would love two as well. One for a label (textForSliceAtIndex) and one for value (valueForSliceAtIndex) which could be toggeled to percent as you already provide.

SleepyBrett avatar Sep 17 '14 21:09 SleepyBrett