Search found 3 matches

by benjamincao
Tue Oct 14, 2008 4:04 am
Forum: JFreeChart - Stockmarket
Topic: HELP! Can I change the shapes to some images?
Replies: 2
Views: 8206

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.
by benjamincao
Mon Sep 22, 2008 6:39 am
Forum: JCommon
Topic: Can I change the shape to ImageIcon?
Replies: 0
Views: 16848

Can I change the shape to ImageIcon?

Now I need to do some change to the chart, Change the shape to some ImageIcon. Can I? and how?
by benjamincao
Thu Sep 18, 2008 3:11 am
Forum: JFreeChart - Stockmarket
Topic: HELP! Can I change the shapes to some images?
Replies: 2
Views: 8206

HELP! Can I change the shapes to some images?

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?