how to change tooltip values?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
subhra
Posts: 9
Joined: Wed Sep 13, 2006 6:38 am
Location: India

how to change tooltip values?

Post by subhra » Wed Oct 18, 2006 9:37 am

i want to change number values of shown in tooltips, of a XYLinechart.
As follows:

if (rate is 0.01)
in tooltip it should be shown as--- rate is NA.
Thanks & Regards,

Subhra

alexpgh
Posts: 10
Joined: Tue Oct 17, 2006 3:17 pm

Post by alexpgh » Wed Oct 18, 2006 1:42 pm

Hi Subhra,
I had a similar question yesterday, and i resolved it with David Gilbert's help: http://www.jfree.org/phpBB2/viewtopic.php?t=19118

Locked