Search found 3 matches

by darrellu
Sat Jan 28, 2017 12:18 am
Forum: JFreeChart
Topic: How to wrap text inside of a label
Replies: 1
Views: 3857

How to wrap text inside of a label

I have created a label for the following marker and need to wrap the text inside of the label. Can someone send me a snippet of code which shows me how to accomplish this? CategoryMarker target = new CategoryMarker("A", Color.red.darker(), new BasicStroke(2.0F)); target.setDrawAsLine(true); target.s...
by darrellu
Fri Jan 27, 2017 3:56 pm
Forum: JFreeChart
Topic: How to add a vertical line to a bar chart
Replies: 2
Views: 5795

Re: How to add a vertical line to a bar chart

Thanks paradoxoff - That's exactly what I was looking for and it worked perfectly!
by darrellu
Wed Jan 25, 2017 9:56 pm
Forum: JFreeChart
Topic: How to add a vertical line to a bar chart
Replies: 2
Views: 5795

How to add a vertical line to a bar chart

I need to add a vertical line to a bar chart as shown in the following post: http://peltiertech.com/Excel/Charts/AddLineVertErrBar.html I am using Pentaho Report Designer (which uses JFreeCharts) to create the bar chart. Pentaho Report Designer has a graphical user interface for charting but also co...