Need to display non-standard values in an XYChart. Help.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
dvader666
Posts: 4
Joined: Wed Mar 19, 2003 5:06 pm
Location: Costa Rica

Need to display non-standard values in an XYChart. Help.

Post by dvader666 » Wed Jul 02, 2003 7:47 pm

How can I display feet and inches (i.e. 5'6'') in the Y-Axis of an XY chart and still have real decimal values like 5.5 feet (which displays like 5'6'') under it?

I mean I will load the data set with the decimal double values, but I need to display them as a height in the Y-axis.

I'm using version 0.9.4 because I'm using Cewolf 0.8.8 taglib in a webapp and the taglib only works with this version of JFreeChart, right?

Please, if anyone has a minimal insight on how to this pleassssee :D let me know. Anything. :(

I really need help. :!:

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Jul 04, 2003 10:00 am

You would need to modify the axis source code to do that. It would be slightly tricky because you'd also need to update the checks for overlapping labels, and adjust the tick unit accordingly.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked