Pass data onto Tooltip Generator

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
chrisrhyno2003
Posts: 30
Joined: Thu Jun 18, 2015 5:42 pm
antibot: No, of course not.

Pass data onto Tooltip Generator

Post by chrisrhyno2003 » Tue Jul 07, 2015 8:42 pm

Is it possible to pass an object to a tooltip Generator and then use values from that object? Is yes, could someone explain how ?

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Re: Pass data onto Tooltip Generator

Post by paradoxoff » Tue Jul 07, 2015 9:13 pm

Since the tool tip generators are just interfaces, you can write your own implementation and give that any additional functionality that you need.

Locked