I am using 1.0.13. Barchart works fine with positive values, but the alignment seems to be off with negative values. Below is a screenshot. setBaseNegativeItemLabelPosition doesn't seem to help either. Can someone pls help me out here? thanks Jeff Code: Select all JFreeChart chart = ChartFactory.createBarChart(title, xAxisLabel, yAxisLabel, dataset, PlotOrientation.VERTICAL, false, true, false); ...