Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java FX linechart reloading does not load the category axis in sorted order

998653Mar 22 2013 — edited Mar 23 2013
We are reloading the different data in Java FX line chart for . First time it loads with sorted order and looks good but we try to reload again and again the category axis sorting messed up and does not display in order. I did try even with Number axis but no luck.

Any pointers why the first time able to load but not later....

I am removing the series and recreating the series instance before loading the chart but no luck.
lineChart.getData().removeAll(series1)

Appreciate for any pointers.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2013
Added on Mar 22 2013
1 comment
361 views