Hello.
At the moment, i only display the name of the categories on my Axis.
Additionally, i want to display some other value from my dataset below it like this :
| |#|
| |#| |#|
| |#| |#| |#|
| |#| |#| |#|
| |#| |#| |#|
--------------------------------------------------
someVal1 someVal2 someVal3
cat 1 cat2 cat3
i dont want to do this by just writing the "someVal"-Row as text into the chart, because i want jfreechart to automatically reserve space for it when i zoom the chart etc.
i hope you know what i mean.
thx,
Stefan