shainaztamboli Posted December 31, 2012 Report Share Posted December 31, 2012 Hi, I am new to this forum. I am facing the issue related to the Legend order. for the second series I am using the option bringToFront() that case the legend order is wrong. Can you please tell me how to solve this problem? Regards, Shainaz Quote Link to comment Share on other sites More sharing options...
AndreG Posted January 28, 2013 Report Share Posted January 28, 2013 The legend box items are oredered just like the series. If you reorder the series, you will also reorder the legend box items. If you only have two series, you could just invert the whole thing to get the second series back on the bottom. chart1.getLegendBox().getItemAttributes().get(chart1.getSeries()).setInverted(true); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.