Silverlight 图表

发布于 2024-11-09 10:47:04 字数 301 浏览 0 评论 0原文

我想创建一个显示磁盘使用历史记录的应用程序。

我已经创建了一个用于获取数据的后端,现在我想在折线图中显示这些数据,如下所示:

chart example

如您所见,我获取每个磁盘的日期 (DateTime) 和使用情况 (int)。

我的问题:

我应该使用哪个 silverlight 组件/工具来显示图表?

我正在寻找一个易于理解/使用的免费解决方案。

I would like to create an application that shows the history of disk usage.

I have already create a backend for geting data and now I would like to show this data in a line chart like this:

chart sample

As you can see, I get date (DateTime) and usage (int) foreach disk.

My question:

Which silverlight component/tools should I use, to show the charts?

I'm looking for a free solution that is easy to understand/use.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

杀お生予夺 2024-11-16 10:47:04

有几个选项:

There are a few options:

要走干脆点 2024-11-16 10:47:04

我的建议是使用 Visifire。它易于使用并且具有简单的 XAML 结构。 Visifire 自动完成大部分工作,例如将 AxisXLabels 放置在多行中、将 AxisLabels 以成角度的形式放置,以及在存在重叠时自动跳过这些标签。除此之外,Visifire 还提供其他令人兴奋的功能,如指示器、缩放等。

最后但并非最不重要的一点是,它是高性能图表组件。

http://www.visifire.com/high_performance_silverlight_examples.php

在此处输入图像描述

有关详细信息,请查看详尽的文档。

http://www.visifire.com/visifire_charts_gauges_documentation.php

My recommendations is to use Visifire. Its easy to use and has simple XAML structure. Visifire does most of the work automatically like placing AxisXLabels in multiple rows, AxisLabels in angled form, and auto skipping of those labels if there is an overlap. Apart from it there are other great exciting features provided by Visifire like Indicator, Zooming etc.

Last but not the least, it is the high performance charting component.

http://www.visifire.com/high_performance_silverlight_examples.php

enter image description here

For more info, please check out the exhaustive documentation.

http://www.visifire.com/visifire_charts_gauges_documentation.php

江南烟雨〆相思醉 2024-11-16 10:47:04

我建议您Silverlight Toolkit

请参阅this 了解更多详细信息、示例代码和示例图表

I would recommend you Silverlight Toolkit

see this and this for more details, sample code and sample charts

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文