Search found 4 matches
- Sun Oct 11, 2009 8:48 am
- Forum: JFreeChart
- Topic: Merge/Overlay two charts
- Replies: 2
- Views: 8835
Re: Merge/Overlay two charts
If the solution in CombinedDomainCategoryPlot demo does not satisfy you (having a bar chart below, and time series above) then one way is to use JLayeredPane. You would then add the two JFreeCharts to the panel, one below and other with a transparent background above... something like: lLayeredPane....
- Tue Jul 07, 2009 4:44 pm
- Forum: JFreeChart
- Topic: Anyway to drag markers?
- Replies: 2
- Views: 3843
Re: Anyway to drag markers?
I have the same issue. Did you manage to solve the problem?
- Tue Jul 07, 2009 9:36 am
- Forum: JFreeChart
- Topic: Prevent a transparent jFreeChart from redrawing on click
- Replies: 2
- Views: 7351
Re: Prevent a transparent jFreeChart from redrawing on click
So far, the first solution works like a charm! Thank you for the prompt reply, I was getting quite stuck with this.
I'll try to get the second solution working and post a reply here.
I'll try to get the second solution working and post a reply here.
- Mon Jul 06, 2009 5:17 pm
- Forum: JFreeChart
- Topic: Prevent a transparent jFreeChart from redrawing on click
- Replies: 2
- Views: 7351
Prevent a transparent jFreeChart from redrawing on click
Hi all, Apologies for something which might be a beginners problem - preventing the jFreeChart's behavior of redrawing on any click. If the chart is transparent, multiple clicking decrease quality of the image because of the repeated anti-aliasing with the image from the buffer. I cannot just perfor...