I have developed a line chart. this chart contains a value like this
x-axis y-axis
------ --------
0 0.06
15 0.2
30 0.37
45 0.52
60 0.66
75 0.777
90 0.83
105 0.82
120 0.75
135 0.63
150 0.5
165 0.42
180 0.4
195 0.43
210 0.48
225 0.52
240 0.54
255 0.55
270 0.53
285 0.46
300 0.34
315 0.18
330 0.06
345 0.01
the graph is not getting displayed fully. the graph is dispalying upto 150,05 only......
I am using XYSeriesCollection dataset
plz help me..........
Line Graph is not getting displayed fully.....
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Sounds like you've set the axis range manually somewhere, but I can't tell unless you post your code (preferably a working demo).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

