HELP! Can I change the shapes to some images?

Discussion about JFreeChart related to stockmarket charts.
Locked
benjamincao
Posts: 3
Joined: Thu Sep 18, 2008 3:05 am

HELP! Can I change the shapes to some images?

Post by benjamincao » Thu Sep 18, 2008 3:11 am

In the chart, we can use this : renderer.setSeriesShape(1, ShapeUtilities.createUpTriangle(4.4f)); to set Series Shape. Now I want to replace the shape with some image, is it possible? and how?

benjamincao
Posts: 3
Joined: Thu Sep 18, 2008 3:05 am

Post by benjamincao » Tue Oct 14, 2008 4:04 am

guys, I have do that successfully. I add a renderer named XYLineAndImageRenderer to add some Image to the chart. Now I just make it work and donot optimize. but it works.

garzy
Posts: 6
Joined: Thu Jan 15, 2009 5:36 pm

Post by garzy » Fri Jan 16, 2009 1:12 pm

can post your the code of your rendere o send me via private message?. Thank you!!

Locked