XChart , Charts high-res DPI - , 2.2.0. :
double[] xData = new double[] { 0.0, 1.0, 2.0 };
double[] yData = new double[] { 2.0, 1.0, 0.0 };
Chart chart = QuickChart.getChart("Sample Chart", "X", "Y", "y(x)", xData, yData);
new SwingWrapper(chart).displayChart();
BitmapEncoder.savePNG(chart, "./Sample_Chart.png");
BitmapEncoder.savePNGWithDPI(chart, "./Sample_Chart_300_DPI.png", 300);
: XChart. , . 300 DPI . !