Search found 13 matches

by mann
Fri Jun 27, 2008 9:15 am
Forum: JFreeChart
Topic: how to free the memory of JFreeChart object Externally
Replies: 1
Views: 2426

Hi all,
One more thing -- can we free the memory of JfreeChart object Externally after every request ?

Please give reply

thanks
Mann
by mann
Fri Jun 27, 2008 7:41 am
Forum: JFreeChart
Topic: how to free the memory of JFreeChart object Externally
Replies: 1
Views: 2426

how to free the memory of JFreeChart object Externally

Hi all, We r working on jfree Chart from a month. We hav created one web application which shows the charts in terms of images We hav to use this charting tool for our one of the product.so we r doing the stress testing of thit application . its about sending 100 requests at a time and analysing mem...
by mann
Mon Jun 16, 2008 7:58 am
Forum: JFreeChart
Topic: Multithreading support for JFreeChart
Replies: 9
Views: 15277

Hi Thanks for your reply.As you r saying JFree chart is not thread safe. But my out put is in the form of images(PNG and JPG) And i hav created one thread Application where 3 threads parellaly calling three diff types of charts, 200 times and it is working so is thr any threading issue with image as...
by mann
Mon Jun 16, 2008 5:47 am
Forum: JFreeChart
Topic: Multithreading support for JFreeChart
Replies: 9
Views: 15277

Multithreading support for JFreeChart

Hi all,
I m working on JFree Chart from couple of weeks
Is JFreechart threadsafe?

I have a requirement wherein we will have different schedules running simultaneously and churning out charts more than 1000 charts of different types.

Will there be any issue with this use case.

Thank you
mann
by mann
Thu Jun 12, 2008 12:22 pm
Forum: JFreeChart
Topic: Charts with 3D Effects
Replies: 1
Views: 2554

Charts with 3D Effects

Hi all, I want to create Line chart,AreaChart,StackedBarChart with 3D effects I m using XYPlot to render these charts. For Line chart i got XYLine3DRenderer to show 3D effects but It does not show 3Deffect proparly Second think I have not found any renderer to draw Area Chart and Stacked barChart wi...
by mann
Thu Jun 12, 2008 12:09 pm
Forum: JFreeChart
Topic: Creating PieChart with Sybase Database
Replies: 3
Views: 4321

Hi,
Thanks for your reply.
But is thr any way to overcome this problem and darw the pie chart

Please help

Thanks
Mann
by mann
Thu Jun 12, 2008 6:38 am
Forum: JFreeChart
Topic: Creating PieChart with Sybase Database
Replies: 3
Views: 4321

Creating PieChart with Sybase Database

Hi all, I m working on JFreeChart from couple of weeks. I try to create the piechart with data coming from sybase database this is the data: Day: 2006-07-27 success: 117 partial:5 failed: 2 Day: 2006-07-28 success: 172 partial:0 failed: 5 Day: 2006-07-29 success: 96 partial:0 failed: 16 Day: 2006-07...
by mann
Thu May 29, 2008 6:02 am
Forum: JFreeChart
Topic: Help with XY Bar Chart
Replies: 3
Views: 4817

Hi,
My question is How to draw XYBarchartDemo7 type of chart?

Will you please provide any code guide line to draw it?

Thanks in advance
mann
by mann
Wed May 28, 2008 6:12 am
Forum: JFreeChart
Topic: Help with XY Bar Chart
Replies: 3
Views: 4817

Help with XY Bar Chart

Hi! From last few weeks i m working on JFree Chart. As Our product required same charts based on the data we strarted working on JFree Chart We are doing a research and I need to draw a Chart just like the XYBarchartDemo 7. I'm trying to create a XYBarChart with a TimePeriodValuesCollection, but ins...
by mann
Tue Mar 25, 2008 10:51 am
Forum: JFreeChart
Topic: Transparent Chart
Replies: 0
Views: 2195

Transparent Chart

Hi, I m using JFree Chart from a month, I hav created the combine chart which uses the same range Axis and same DomaonAxis. Those charts are BarChart and AreaChart. now i want to shaw border for AreaChart and that Area Chart shoud be more transparent and good. I m using setFourground(float ) method ...
by mann
Tue Mar 25, 2008 10:38 am
Forum: JFreeChart
Topic: Hyperlink on JFreechart
Replies: 3
Views: 4934

Hi,
Thnks for your reply.
will u please provide me some starting helpLine for
Showing hyperLink on Chart on webpage.
please ,Bcs it is very urgent.

regards
mann
by mann
Mon Mar 24, 2008 8:33 am
Forum: JFreeChart
Topic: Combine Chart in jfreechart
Replies: 3
Views: 5503

Combine Chart in jfreechart

Hi, I m new to JFreeChart I m trying to draw Combine chart which uses same range Axis and same DomainAxis,but i m not getting that. i got some examples which uses CombinedDomainCategoryPlot and CombinedRangeCategoryPlot Classes to draw a combine chart but it is either having same range Axis or same ...
by mann
Thu Mar 20, 2008 12:09 pm
Forum: JFreeChart
Topic: Hyperlink on JFreechart
Replies: 3
Views: 4934

Hyperlink on JFreechart

Hi I m working on JFreechart . I want to know 1. whether we put Hyperlink on chart area or not? because i want to show chart on web page with hyperlink on it. 2. Can we combine Bar Chart and Area Chart together which are using same Axis. Please if u hav any solution let me know. Bcs i m new to JFree...