How to draw line chart using jfreechart from top to bottom?
问题 I'm using jfreechart to draw line chart , I need the line to be drawn from top to bottom .... Meaning: 0,0 coordinates will be in the top-left corner. I was able to do it when I used 'CategoryPlot' just by change 'PlotOrientation' but label on the left became overlap..anyhow, I prefer 'xyplot' changing 'setInverted' or 'setDomainAxisLocation' did not help any help will be appreciated update: I'm reposting my code for better clarity (chart drawing part ) In the first code: I got the needed