vote up 1 vote down star

Can anyone recommend a library for chart generation (bar charts, pie charts etc.) which runs on both Java and .Net?

flag

7 Answers

vote up 5 vote down check

ChartDirector is fantastic and supports more than just Java and .NET.

link|flag
vote up 4 vote down

Have you looking into using JFreeChart. I have used it on a few Java projects and its very configurable. Its free but I think you can purchase the developers guide for $50. Its good for quick simple charts too. However performance for real-time data is not quite up to par (Check out the FAQ).

They also have a port to .NET however I have never used it.

Hope that helps.

link|flag
The .NET port is apparently abandoned. The last release was in 2006. – Hosam Aly Feb 11 at 11:43
Thanks for the info. JFreeChart for Java is still being updated. – Bernie Perez Feb 12 at 6:01
vote up 1 vote down

Dundas Charts was about the easiest thing ever to get up and producing amazing looking charts.

link|flag
Dundas charts are good, although .NET only. – Greg Oct 12 at 21:21
vote up 0 vote down

Flash Charts. http://www.fusioncharts.com/free/Gallery.asp

link|flag
vote up 0 vote down

You could also try Open Flash Charts

link|flag
Or "Open Flash Charts 2": teethgrinder.co.uk/open-flash-chart-2 – Hosam Aly Feb 11 at 11:52
vote up 0 vote down

ChartFX (http://www.softwarefx.com) has been a leader in charting for years. I personally have used several different versions for over 8 years and it is rock solid.

I have re-evaluated charting options periodically, and ChartFX has won in my environment based almost purely on feature set. It is not free or cheap, but it is well worth the price they charge.

-Geoffrey

link|flag
vote up 0 vote down

Here is a belated answer:

Use the Google Chart API. It will allow you to create charts in a programming language and platform agnostic way -- assuming your app will have an Internet connection at all times. Use it in combination with .Net and Java wrapper APIs that you can find here.

I wrote one: charts4j.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.