1. No Labels with horizontal 3DBarChart jfree.orgHello, 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 ... |
2. Automatically set Tick Label angle vertical / horizontal jfree.orgHi, I would like to be able to have the orientation of the tick labels on my X-Axis automatically change to vertical if they would overlap. I want to keep the same X-Axis TickUnit (it's a date axis and I want one tick unit per week) so I am setting the tickunit specifically. This disables the auto tick unit selection, which ... |