Search found 4 matches
- Thu Jan 03, 2008 2:34 pm
- Forum: JFreeChart
- Topic: Automatic shape scaling when zooming?
- Replies: 3
- Views: 5565
Modify the domain scale on a XYChart
Hi there, I'm kinda confused reading previous posts, so I'll put my question here: I have a XYSeries chart and because of the user requirements, I need to add to a swing application a couple of spinners that modifies both vertical and horizontal scales of the Chart. The main issue is that I don't kn...
- Thu Dec 07, 2006 3:21 pm
- Forum: JFreeChart
- Topic: Pyramid Population chart and negative values
- Replies: 5
- Views: 4983
A "hacky" solution would be to create a custom NumberFormat instance that displays negative numbers as positive numbers. A better long term solution would be a new plot type (I'm thinking of calling it ComparisonPlot) that can display two datasets side by side, matching up any common keys. Thanks a...
- Thu Nov 30, 2006 2:56 pm
- Forum: JFreeChart
- Topic: Pyramid Population chart and negative values
- Replies: 5
- Views: 4983
- Wed Nov 29, 2006 10:23 pm
- Forum: JFreeChart
- Topic: Pyramid Population chart and negative values
- Replies: 5
- Views: 4983
Pyramid Population chart and negative values
Hello everyone, I'm using jfreechart 1.0 and i have to draw a population chart in a pyramid form (please look at this link to know more about how this type of charts looks like: en.wikipedia.org/wiki/Population_pyramid). With a bar type chart i can draw something like a pyramid chart. But the main p...