1. SubCategory Labels jfree.org |
2. Rotating subCategory Labels jfree.orghi, I have a stacked bar chart using a groupedStackedBarRenderer. the subcategory labels are too long to fit on the domain axis (horizontally), and i can't seem to find a method to rotate it, like the setCategoryLabelsPosition(), that rotates the position of the category labels (not the the subcateogy) any idea how i can rotate the subcategory labels..(skipping, trimming or substringing ... |
3. Rotate / position subcategory labels jfree.orgRe: Rotate / position subcategory labels by Diana87 Tue May 24, 2011 6:56 am Well, that only changes the categories, but not the subcategories. As i wrote above, I want to change the subcategories... My code rotates the labels, but they are not directly under 'their' bar.... Any ideas? Here an example: Code: Select all package defaullt; import java.awt.BasicStroke; import ... |