Hello, I can't figure out, why 3DBarCharts with horizontal orientation don't display a label for each bar while vertical ones (with the same DataSet) do. Here is an example Codesnipet, you can change the PlotOrientation from VERTICAL to HORIZONTAL to see what I mean. Any ideas? Michael __________________________ JavaChart chart = new JavaChart(new MySwingMask()); DefaultCategoryDataset dataSet = new DefaultCategoryDataset(); dataSet.addValue(200, new ...