Visifire 3.0.4 beta 2 发布
Linux之友 发表于 2010-03-04 01:38 | 来源: | 阅读 351 次
Visifire 是一个基于SilverLight的Chart组件,VISIFire 公司提供了 Open Source 的 Silverlight 2 Chart 组件,遵循GPL v3,可以在 ASP, ASP.Net, PHP, JSP, CodeFusion, Ruby on Rails 以及 HTML 中使用。支持的Chart类型挺多的(支持饼图,柱状图,圈图,区图等等)。
问题修正:
- In WPF application chart was throwing exception as VisualStateGroup was not found in the referenced assembly because VisualStateManager is not provided by WPF in .net Framework version 3.5. So currently we are taking help of VisualStateManager implemented in WPFToolkit. If WPFToolkit is not installed in your pc, you can reference to WPFToolkit.dll present inside the Visifire download package.
- In Silverlight Application while exporting chart as image, the image was getting saved with 0 bytes. In this case you have to reference to FJ.Core.dll from your Silverlight application in order to save the image of the chart properly. You can find the FJ.Core.dll inside the Visifire download package.
- Chart was throwing exception when Enabled property was set to false for the AxisLabels element in Axis.
- IndicatorEnabled property of chart was not behaving as expected for multi-series chart if one of the DataSeries had less number of DataPoints.
- DataBinding was not working as expected due to type mismatch while mapping YValue property.
改进内容:
- Looks of the Zoombar has been improved.
下载 Visifire v3.0.4 beta 2 here.
关键字: Visifire

