Hello,
I use a TimeSeriesChart, but the curve doesn't start at the beginning of the plot and finnish before the end.
I want to delete those tow spaces, how can I do.
Thank you.
How to delete space at the start and end of a Time Chart ?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
In the date axis, call setLowerMargin(0.0) and setUpperMargin(0.0).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

