Search found 5 matches

by Buddy
Tue May 05, 2009 6:41 am
Forum: JFreeChart
Topic: TimeSeries Multiple Axis Annotation
Replies: 7
Views: 7718

Re: TimeSeries Multiple Axis Annotation

Thank you so much boulayp.....It was of great help....
by Buddy
Mon May 04, 2009 9:41 am
Forum: JFreeDesigner
Topic: Unable to convert jfreechart to jpeg image
Replies: 1
Views: 25382

Re: Unable to convert jfreechart to jpeg image

By using the below line of code instead of the above block of code, the chart image is getting displayed. ChartUtilities.writeChartAsJPEG(response.getOutputStream(), 0.75f,vitalsChart, 800, 425) I am using java6,jfreechart1.0.13 and jcommon-1.0.16. Can anyone help on this issue please?One thing note...
by Buddy
Thu Apr 30, 2009 5:24 am
Forum: JFreeDesigner
Topic: Grid lines between tick units
Replies: 2
Views: 29894

Re: Grid lines between tick units

I got the solution. Minor grid line feature is enabled in 1.0.12 version. I was using 1.0.1 version. Now updated to 1.0.13 version and now the minor grid lines are visible between tick units.
by Buddy
Wed Apr 29, 2009 4:40 pm
Forum: JFreeDesigner
Topic: Unable to convert jfreechart to jpeg image
Replies: 1
Views: 25382

Unable to convert jfreechart to jpeg image

hi, I was using jfreechart-1.0.1.jar in my application for plotting a chart. After that, the chart is converted to jpeg image for display. The code snippet used for this purpose was: BufferedImage bufImage = chart.createBufferedImage(800, 425, null); JPEGImageEncoder encoder = JPEGCodec.createJPEGEn...
by Buddy
Fri Apr 24, 2009 2:27 pm
Forum: JFreeDesigner
Topic: Grid lines between tick units
Replies: 2
Views: 29894

Grid lines between tick units

Hi,
Is there any way to put grid lines between tickunits in a time series chart?