nibe Posted November 10, 2014 Posted November 10, 2014 Hi,I'd like to know if there is a way to remove shadows in the label in a pie chart.I can achive this by code (removing also the frame) with this two lines of code: plot.setLabelOutlinePaint(Color.white) plot.setLabelShadowPaint(null);But I'd like to know if there is a faster way without using a custom class. thanks a lot for any advice
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now