How to display category under category

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Rahul

How to display category under category

Post by Rahul » Tue Aug 31, 2004 11:58 am

I need to display a category under a category..
I mean... there are 5 categories each of which in turn contain 5 categories.
I'm new to jfree... :(
Can anyone plz help me???

Regards,
Rahul

Rahul Gupta
Posts: 11
Joined: Wed Apr 20, 2005 1:55 pm
Location: India

Post by Rahul Gupta » Thu Apr 28, 2005 11:50 am

hi rahul,

Just use SubCategoryAxis class that exist in Axis package.
And use add subCategory method of CategoryAxis to add subcategories.

OK....
Rahul K. Gupta

Guest

Post by Guest » Thu May 05, 2005 12:59 pm

Hi,
I tried to use SubCategoryAxis and set it as DomainAxis of my category plot. eg. setSomainAxis(0, categoryAxis) but though it is getting set for all categories while i want to set different values for different categories. Can you please help me??? Thanks!!

Rahul K Gupta

Post by Rahul K Gupta » Thu Jun 02, 2005 3:05 pm

Actualy I am not able to understand your problem exactely.So, can u send me your code snippet.

OK..

Sarika
Posts: 17
Joined: Sat Apr 02, 2005 6:18 am

Post by Sarika » Fri Jun 03, 2005 12:14 pm

Not getting ur problem can u somehow show the picture
what do you want to set ?

Locked