0

I need to do a geometric figure in a LineChart like this : enter image description here

The problem is to connect 1 to 2 (in the descending way). For now, I use a series for the top of the figure and another one for the bottom, but it will be better to just use one series for all, someone have an idea?

Dread
  • 55
  • 9

1 Answers1

1

Just find the solution, you can change the sorting of the lineChart with setAxisSortingPolicy and put it to SortingPolicy.NONE, it will work after

Dread
  • 55
  • 9