Charting library for Java and .Net [closed]

2019-07-23 20:41发布

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

标签: java .net charts
7条回答
姐就是有狂的资本
2楼-- · 2019-07-23 21:40

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.

查看更多
登录 后发表回答