Search found 4 matches

by PortlandDeveloper
Tue Dec 19, 2006 7:23 pm
Forum: JFreeChart
Topic: Need help with stacked area chart
Replies: 0
Views: 1738

Need help with stacked area chart

Here is what I'm trying to achieve: I have a 3D bar chart of a performance measure score. In the background I need to show categories (good, excellent, poor) so that user can look at the bar chart and see which category each bar is in. To get the background I am using stacked area charts. I am using...
by PortlandDeveloper
Tue Aug 15, 2006 5:30 pm
Forum: JFreeChart
Topic: Tick marks
Replies: 4
Views: 5973

Thank you very much for your help :)
by PortlandDeveloper
Mon Aug 14, 2006 8:00 pm
Forum: JFreeChart
Topic: Tick marks
Replies: 4
Views: 5973

Thank you :)

I did look at that post, but my issue is a bit different. I do want the chart to determine tickunits on its own, but I want to display the upper bound number on the top of the range axis.
by PortlandDeveloper
Fri Aug 11, 2006 11:11 pm
Forum: JFreeChart
Topic: Tick marks
Replies: 4
Views: 5973

Tick marks

I am displaying a dynamic chart for which I have a preset graph range. I would like to display the upper label on the range axis. For example, the range of the chart is 0 through 1024. I need to display "1024" on the range axis. How can I accomplish this?