如何将 折线图 横坐标 的文字描述 竖立起来 排列啊?
试试这个,应该可以吧CategoryAxis categoryaxis = plot.getDomainAxis();categoryaxis.setCategoryLabelPositions(CategoryLabelPositions.UP_90);
可以设置成偏转角度 其实你可以试试斜45度 效果也能接受