y « BarChart « JFreeChart Q&A





2. Help Needed. Customizing Bar Chart Y axis labels    jfree.org

David, NumberFormat does not seem to suit my need. I have a stackedAreaXY plot, where X is time in seconds. Instead of seeing ------------------------- 1 2 3 4 5 6 7 8 on my x-axis, I like to see ------------------------------------------------------------------------- 00:00:01 00:00:05 00:00:10 Can I override the function that do the x-axis labeling? Thanks, Tim

3. Just Need Integer Value in Y Axis --> Bar Chart    jfree.org

Hi Cagatay Civici, Firstly I want to thank u 4 creating jsf component that enable us to create nice charts... . Btw...I have successfully created a bar chart. I want to ask u how to make bar chart show Integer value in the Y axis... I use this code in Java : ... barData.setValue(value, item, location); //value is in int type ...

4. How to change range of y axis values in bar chart    jfree.org

I am creating a bar chart, in which y axis values has values upto 90,000 and it can be more. Problem is that chart shows values starting from 0 to max value. But i want chart should show minimum value in the range coming from database at starting value and maximum value at last positionof y axis. And i want 10-12 ...