Re: BarChart CategoryAxis limitation

2013-08-16 Thread Paru Somashekar
When we initially designed and implemented BarChart, the idea was that it is a Chart that shows rectangular ( horizontal or vertical) bars representing some value for a given category. That is how many charting packages depict BarCharts including JfreeChart etc. Also, for simple cases, one

BarChart CategoryAxis limitation

2013-08-15 Thread Pedro Duque Vieira
Hi, BarChart only allows you to insert a ValueAxis/CategoryAxis combination. So you can't have a ValueAxis/ValueAxis or it will throw a runtime exception. I don't understand this limitation, I'm creating a DateAxis and want to have a NumberAxis/DateAxis barchart. Can you tell me why this