Search found 1 match

by verma.ankush1991
Tue May 05, 2015 9:25 am
Forum: JFreeChart
Topic: Bar Chart With Round Corner Edges
Replies: 3
Views: 5383

Re: Bar Chart With Round Corner Edges

Hi, paradoxoff,thanks for your reply.I have created my own CustomBarRenderer class which extends BarRenderer for round corners. Just providing few points to others. Insted of, Rectangle2D bar = null; I have used, RoundRectangle2D bar = null; if (orientation == PlotOrientation.HORIZONTAL) { bar = ne...