I want to set max X range value to max X value of the XYSeries. Is it possible with a XYLineChart??
now the range for X values goes from 0 to max value + 1.
Maximum X value
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Try setUpperMargin(0.0) on the x-axis.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

