4

我所说的图表是指条形图、饼图、折线图之类的东西。这些年来我用过几个,但你最喜欢什么,为什么?

请每个答案一个工具(使投票更容易:o)

4

7 回答 7

8

我喜欢ZedGraph,它是一个免费的库,可以产生高质量的输出。您可以调整抗锯齿以使其以最适合您的方式工作,并且它支持各种图表和图形。

于 2008-09-16T07:15:32.393 回答
3

如果您的目标是一个简单的图表,并且您几乎不需要控制它的呈现方式,那么您可以轻松开始使用google chart api。您只需在您的网站上放置一个 img 标签,并在 url 末尾的查询字符串中传递参数。您甚至可以自定义输出颜色等。

于 2008-09-16T07:21:55.123 回答
2

I use Infragistics chart control. Why... because it's part of the library of controls that we already have a subscription to. That ringing endorsement aside. Their chart control is very flexible. It supports many different chart types including the ones you've mentioned. They also support composite charts (several different charts within the same chart control). I will warn you though; learning their development style is not trivial.

于 2008-10-24T20:55:09.757 回答
2

ZedGraph Is Easy to use, Supports Logarithmic Scales and the best of all it is Free

于 2008-10-24T21:31:38.433 回答
1

我总是使用 Zedgraph,因为它支持 XY-scatter 而其他许多不支持。对于测量,数据采集和细化 XY 散射非常重要。

于 2008-10-24T20:14:26.297 回答
0

I find ChartDirector to be a pretty good library. A large variety of charts are available with an easy to understand API. It also has a very reasonable cost.

于 2008-10-24T21:02:20.413 回答
0

图表。我已经使用这个工具几年了,虽然它不是免费的(约 500 欧元),但它包含了很多功能。

我更喜欢什么:

  • 坐标轴自动缩放
  • 不同系列的自动颜色
  • 通过鼠标选择区域进行缩放
  • 提供所有功能的优秀代码示例
  • 和对 ASP.NET 的 Web 支持
于 2008-09-16T07:53:28.510 回答