Search found 2 matches

by bluesh34
Fri Nov 15, 2013 4:59 pm
Forum: JFreeChart
Topic: Need Help Regarding Jfree Chart
Replies: 5
Views: 6510

Re: Need Help Regarding Jfree Chart

The above answer doesn't work: maybe some additional code is needed.
by bluesh34
Tue Oct 08, 2013 4:34 pm
Forum: JFreeChart
Topic: How do I force a buffered ChartPanel to redraw ?
Replies: 4
Views: 7238

Re: How do I force a buffered ChartPanel to redraw ?

Not sure if you still need to know this, since you asked the question some 7 years ago, but I think this could be the answer: I think you need to instantiate a separate renderer for each dataset. This is how i did it (First I've included just the code that I think answers your question and then I've...