Bar chart with sub-categories

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Desbaratizador
Posts: 4
Joined: Tue Sep 26, 2006 12:17 pm

Bar chart with sub-categories

Post by Desbaratizador » Tue Sep 26, 2006 12:27 pm

Hi

I'am new using JFreeChart and i want to know if is possible to build a bar chart with sub-categories, something like:

Category Sub-Category
Continent Country
Africa Angola 300
Africa Libia 250
Europe Spain 117
Europe France 999

I need a entry point (example):
- Using the addSubCategory method ?
- Using the setSecondaryDataset method ?

Locked