For those interested in this topic, I've just submitted a bug: [ 1005988 ]
Thank you anyway.
Search found 3 matches
- Mon Aug 09, 2004 3:49 pm
- Forum: JFreeChart
- Topic: HELP! can't set subCategory LabelPositions
- Replies: 4
- Views: 6938
- Wed Aug 04, 2004 3:57 pm
- Forum: JFreeChart
- Topic: HELP! can't set subCategory LabelPositions
- Replies: 4
- Views: 6938
I think a list of the code which creates the chart may be helpful: private JFreeChart createChart(final CategoryDataset dataset) { final JFreeChart chart = ChartFactory.createBarChart3D( "T1-T2 Donor", // chart title "Periodo", // domain axis label "Numero disattivazioni", // range axis label datase...
- Mon Aug 02, 2004 5:24 pm
- Forum: JFreeChart
- Topic: HELP! can't set subCategory LabelPositions
- Replies: 4
- Views: 6938
HELP! can't set subCategory LabelPositions
I use a 3D BarChart (with vertical orientation) with a subcategory axis. I need vertical labels for sub-categories and horizontal labels for primary categories, but calling the method setCategoryLabelPositions on the SubCategoryAxis object, only affects the primary axis! How can I fix it? Any help w...