Jump to content

Recommended Posts

Posted

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

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...