Search found 3 matches

by d_koenig
Mon May 11, 2009 10:51 pm
Forum: JFreeChart
Topic: How to keep series' rendering props after remove?
Replies: 4
Views: 8265

Re: How to keep series' rendering props after remove?

MitchBuell wrote:You can turn this off and manually set each Series colors and shapes. Or you can play with the DrawingSupplier.
Thank you for your response.
What do you mean with turn off? To set null for plot's DrawingSupplier?
by d_koenig
Mon May 11, 2009 8:16 pm
Forum: JFreeChart
Topic: How to keep series' rendering props after remove?
Replies: 4
Views: 8265

How to keep series' rendering props after remove?

Hi,

Is it possible to keep a series' automatically given rendering properties (like color, shape, etc) after removing another series from chart?

Maybe there is a boolean flag somewhere, that I did not find yet....
like setKeepEverythingLikeItWas(damnidTrue) ? :mrgreen:

Thanks for help! :)
by d_koenig
Sat Jan 17, 2009 8:22 pm
Forum: JFreeChart
Topic: Customize legend items on click i.e. for highlighting
Replies: 1
Views: 4014

Customize legend items on click i.e. for highlighting

Hello! This is my first question here. I searched this board to find an answer if it is possible to make legend items clickable. I am sorry to repeat this question in case it is already answered because I did not find an answer. I already know that a ChartPanel can add a MouseListener object, but I ...