The fix you suggested works.
Thanks Gummibear.
Search found 2 matches
- Mon Feb 04, 2008 3:34 pm
- Forum: JFreeChart
- Topic: Problem with tickUnits, Percentage and bar graph
- Replies: 2
- Views: 3384
- Thu Jan 31, 2008 11:49 pm
- Forum: JFreeChart
- Topic: Problem with tickUnits, Percentage and bar graph
- Replies: 2
- Views: 3384
Problem with tickUnits, Percentage and bar graph
Hello, I have a bar graph displaying some percentages (10%, 50%, 40%). The tickUnits displayed on the y-axis are 0%, 5%, 10%, 15%, ... ,i.e.: incrementing by 5%. Is there any way I can modify the tickUnits to increment by 10%, as I know all the percentages I have to display are multiples of 10. This...