Tick marks
-
- Posts: 4
- Joined: Fri Aug 11, 2006 11:08 pm
Tick marks
I am displaying a dynamic chart for which I have a preset graph range. I would like to display the upper label on the range axis. For example, the range of the chart is 0 through 1024. I need to display "1024" on the range axis. How can I accomplish this?
have a look at this post:
http://www.jfree.org/phpBB2/viewtopic.p ... ght=#52545
Which may have some more information for you. Have a look at the axis.setRange() method(s).
http://www.jfree.org/phpBB2/viewtopic.p ... ght=#52545
Which may have some more information for you. Have a look at the axis.setRange() method(s).
-
- Posts: 4
- Joined: Fri Aug 11, 2006 11:08 pm
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
The existing code doesn't guarantee that the axis end points are labelled, so you would have to modify the code to support this. I may see if it can be introduced as an optional feature in the future (patches are welcome, of course).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

