Search found 4 matches

by zhangle
Tue Mar 15, 2011 6:15 am
Forum: JFreeChart
Topic: A question about the Legend Items
Replies: 2
Views: 2618

Re: A question about the Legend Items

paradoxoff wrote:On the sourceforge project page, David has posted a LegendPanel that allows to display the legend in a separate JPanel.
Link
A way of transforming individual LegendItems into JComponents would be something very interesting, but this is not supported at present.
thank you very much!!!
by zhangle
Fri Mar 11, 2011 4:04 am
Forum: JFreeChart
Topic: A question about the Legend Items
Replies: 2
Views: 2618

A question about the Legend Items

Hello,everyone

I use Jfreechart in Swing,
but I have a problem about the legend,

If generates a lot of series, then the legend will fill the graph,
how the legend items added to the JList or check box list?

your help is much appreciated. Thank a lot.
zhangle.
by zhangle
Thu Mar 10, 2011 2:43 am
Forum: JFreeChart
Topic: JFreeChart ToopTip Display Time Question
Replies: 4
Views: 6039

Re: JFreeChart ToopTip Display Time Question

paradoxoff wrote:ChartPanel.setDismissDelay(int timeInMillis);
that's right,thank you very much.
by zhangle
Wed Mar 09, 2011 10:01 am
Forum: JFreeChart
Topic: JFreeChart ToopTip Display Time Question
Replies: 4
Views: 6039

JFreeChart ToopTip Display Time Question

Hello everyone:

tooltip is auto displayed, but the show time was too short, how can we extend the tooltip display time?

thanks.