A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
olli4u
- Posts: 6
- Joined: Fri Jun 10, 2005 4:04 pm
Post
by olli4u » Thu Aug 18, 2005 11:13 am
I would like to change the shape of a specific Line (from square to round)
How is this done?
Thanks in advance
-
jmmonreal
Post
by jmmonreal » Thu Aug 18, 2005 1:54 pm
Try with this method that belongs to the StandardXYItemRenderer class:
renderer.setSeriesShape(int series, Shape shape)