Silverlight 图表
我想创建一个显示磁盘使用历史记录的应用程序。
我已经创建了一个用于获取数据的后端,现在我想在折线图中显示这些数据,如下所示:
如您所见,我获取每个磁盘的日期 (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:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有几个选项:
There are a few options:
我的建议是使用 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
For more info, please check out the exhaustive documentation.
http://www.visifire.com/visifire_charts_gauges_documentation.php
我建议您Silverlight Toolkit
请参阅此 和 this 了解更多详细信息、示例代码和示例图表
I would recommend you Silverlight Toolkit
see this and this for more details, sample code and sample charts