Search found 1 match
- Wed Jun 24, 2009 9:16 pm
- Forum: JFreeChart
- Topic: Displaying Series Value ontop of Layered Bars
- Replies: 2
- Views: 4264
Displaying Series Value ontop of Layered Bars
I have a LayeredBarGraph and I'm trying to display a label on the graph with the value of each series. My code for the renderer is below: LayeredBarRenderer layeredRenderer = new LayeredBarRenderer(); layeredRenderer.setSeriesBarWidth(0, .6); layeredRenderer.setSeriesBarWidth(1, .35); layeredRendere...