本文系本站原創,歡迎轉載! 轉載請注明出處:
[http://blog.csdn.net/mr_raptor/article/details/7230124](http://blog.csdn.net/mr_raptor/article/details/7230124)
?Silverlight對于圖形圖像處理方面,從1.0時代起就給予了很強大的支持,所以我們可以在Silverlight中實現非常棒的各種統計圖表,然而現在有了一些開源的項目,使得這項工作更加的簡單。
本文我將介紹一個開源的項目visifire,使用它可以在Silverlight 4中實現超酷的圖表。
關于Visifire就簡單的介紹這么多,大家可以去查看相關的文檔。
原創出處:[http://blog.csdn.net/mr_raptor/article/details/7230124](http://blog.csdn.net/mr_raptor/article/details/7230124)
### 分類
下載[http://www.visifire.com/downloads/samples/example_area/visifire-wp-samples.zip](http://www.visifire.com/downloads/samples/example_area/visifire-wp-samples.zip) Visifire for WindowsPhone7的示例源碼,解壓,打開運行Visifire_WP_Samples工程,可以看到豐富的控件,分類如下:
柱形圖表,餅形圖表,溫度表,血壓表,里程表,股票表,趨勢線,錐形表,棧形圖表,雷達形圖表,心電圖表等。
原創出處:[http://blog.csdn.net/mr_raptor/article/details/7230124](http://blog.csdn.net/mr_raptor/article/details/7230124)





?
?
**柱形圖表**
****?
**

**
****?
****?
### 區域形圖表
?


?
?
### 餅形圖表
?




?
?
### 線形圖表
?




?
?
### 棧形圖表
原創出處:[http://blog.csdn.net/mr_raptor/article/details/7230124](http://blog.csdn.net/mr_raptor/article/details/7230124)




?
?
### 雷達形圖表
?


?
?
### 錐形圖表
?


?
?
### 柱線結合形圖表
?


?
?
### 橫向柱形圖表
?


?
?
### 股票形圖表
原創出處:[http://blog.csdn.net/mr_raptor/article/details/7230124](http://blog.csdn.net/mr_raptor/article/details/7230124)


?
?
### 里程表形圖表
?



?
?
### 溫度計形圖表
?


?
?
### 心電圖形圖表
?


### 相關資源
源代碼:[http://code.google.com/p/visifire/](http://code.google.com/p/visifire/ "http://code.google.com/p/visifire/")
SVN地址:`[http://visifire.googlecode.com/svn/trunk](http://visifire.googlecode.com/svn/trunk)`
`在線文檔:[http://www.visifire.com/visifire_charts_documentation.php](http://www.visifire.com/visifire_charts_documentation.php "http://www.visifire.com/visifire_charts_documentation.php")`
本文系本站原創,歡迎轉載! 轉載請注明出處:
[http://blog.csdn.net/mr_raptor/article/details/7230124](http://blog.csdn.net/mr_raptor/article/details/7230124)
- 前言
- WindowsPhone之我見
- 整理Windows Phone 7教程(很全面)
- WindowsPhone XAML語法詳解
- WindowsPhone控件詳解及引用外部控件Silverlight Toolkit
- Silverlight for Windows Phone Toolkit升級說明
- WindowsPhone統計圖表控件 - 第三方控件visifire
- WindowsPhone第三方控件-Resco MobileForms Toolkit 2012
- Windows Phone 7 處理休眠和墓碑的恢復
- WindowsPhone自定義控件詳解(一) - 控件類庫分析
- WindowsPhone自定義控件詳解(二) - 模板類庫分析
- WindowsPhone自定義控件詳解(三) - 實戰:自定義帶水印的PasswordBox控件,WatermarkedPasswordBox
- WindowsPhone下拉刷新控件 - PullRefreshListBox(一)