Hi,
I am using timeseries chart. My problem is i want to display the axis tick labels at the start (0,0) & end of the series line along with other labels.(for ex: check the graph at www.bseindia.com) Kindly help. Is there any way out to programmatically generate the tick labels.
Thanks
Tick labels at start & end of the series line
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
I'd like to add an option to JFreeChart to explicitly label the end points of the axes, but for now there isn't a way to do it. Except by subclassing the axis and overriding refreshTicks() to include those end points (plus handle the potential overlap with the regular tick marks).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

