automallically adjust numbers on domain
-
- Posts: 26
- Joined: Thu Jun 07, 2007 10:07 pm
automallically adjust numbers on domain
I have successfully made a set of charts, 5 using the createLineChart() method and one using the createXYLineChart() method. Both sets of charts contain over 100 data points, each data point is .2 apart (So it goes .2, .4, .6, .8, 1, 1.2 etc). The graph made with the createXYLineChart() method automatically adjusts the numbers on the domain so they read 0, 2.5, 5.0. 7.5 and so one. But the graphs made with createLineChart() just shows a bunch of dots, because there are so many points. How do I get the graphs created with createLineChart() to automatically adjust the numbers on the domain like the ones created with createXYLineChart?
-
- Posts: 26
- Joined: Thu Jun 07, 2007 10:07 pm
-
- Posts: 26
- Joined: Thu Jun 07, 2007 10:07 pm
Code: Select all
org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- Posts: 26
- Joined: Thu Jun 07, 2007 10:07 pm