Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to add labels in pie slice? #41

Open
niravPercept opened this issue Sep 14, 2016 · 1 comment
Open

How to add labels in pie slice? #41

niravPercept opened this issue Sep 14, 2016 · 1 comment

Comments

@niravPercept
Copy link

niravPercept commented Sep 14, 2016

How to display percentage of pie slice? How to add labels in pie slice?

@niravPercept niravPercept changed the title display percentage How to add labels in pie slice? Sep 19, 2016
@niravPercept
Copy link
Author

canvas.drawText(slice.getTitle(),
(float) (midX + (innerRadius + (radius - innerRadius)/2)Math.sin((currentSweep)(Math.PI/360) )),
(float) (midY - (innerRadius + (radius - innerRadius)/2)Math.cos((currentSweep)(Math.PI/360))),
mPaint);

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant