CategoryAxis --> display multiple rows from a dataset

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
gravitex
Posts: 3
Joined: Wed Jun 28, 2006 8:12 am

CategoryAxis --> display multiple rows from a dataset

Post by gravitex » Wed Jun 28, 2006 8:29 am

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

Locked