questions about BarChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
manutudescends
Posts: 7
Joined: Mon Dec 18, 2006 7:14 pm

questions about BarChart

Post by manutudescends » Fri Dec 22, 2006 3:48 pm

Hi,
i have two questions:

How can i reduce the space between categories in a BarChart witch DefaultCategoryDataset?

Image

How can i get the row number and the category number ?
Thanks

demonhead
Posts: 24
Joined: Thu May 25, 2006 5:44 am

Re: questions about BarChart

Post by demonhead » Sun Dec 24, 2006 8:29 pm

manutudescends wrote:Hi,
i have two questions:

How can i reduce the space between categories in a BarChart witch DefaultCategoryDataset?

Image

How can i get the row number and the category number ?
Thanks
categoryPlot.setMinimumbarwidth just put a higher number and u will have ur spacin adjusted properly.
I didnt get ur second part

manutudescends
Posts: 7
Joined: Mon Dec 18, 2006 7:14 pm

Post by manutudescends » Tue Dec 26, 2006 9:20 am

thanks

Locked