我正在创建XYPlot,我需要在y轴上反转顺序(也就是说,我需要更低的数字在轴上更高)。如果有任何提示,我将不胜感激。
答案 0 :(得分:10)
我和你有同样的问题。我发现了这个:
ChartPanel.getChart().getXYPlot().getRangeAxis().setInverted(boolean)
答案 1 :(得分:0)
反转Y轴...你可以使用
ChartPanel.getChart().getXYPlot().getDomainAxis().setInverted(boolean)