plot.setRangeAxis(1, _valueAxis2);
plot.mapDatasetToRangeAxis(1, 1);
JFreeChart chart = new JFreeChart(title, JFreeChart.DEFAULT_TITLE_FONT, plot, false);
if (_showLegend) {
chart.addLegend(new LegendTitle(plot)); // TODO test change
}
return chart;
}