Visifire for Silverlight 2 Release Candidate 0

karthik

We have made a developer release of the Silverlight 2 RC0 version of the Visifire. Since this is not a public release the link in the Downloads page will not be updated until Silverlight 2 RC0 becomes public. Applications built using this release will only work with the Silverlight 2 RC0 Developer Runtime.

Download links for Silverlight 2 RC0 compatible version of Visifire:

Visifire:  visifire_v1.5.0.zip

With documentation:  visifire_v1.5.0_with_documentation.zip

Visifire for managed code users:  visifire_v1.5.0_for_managed_code.zip

Visifire source:  visifire_v1.5.0_source.zip

 

Thanks for your attention,

Team Visifire


Visifire v1.1.4 released

karthik

This release contains a bug fix.

Bug Fixed:

1. An exception is thrown for single DataPoint in Column/ Bar chart with Animation selected as Type4.

 

Thanks for your attention,

Team Visifire


Visifire v1.1.2 released

karthik

We have made a minor change to the Visifire.js. Now you can set the background color of the silverlight plug-in while creating the visifire charts object. For example,

var chart = new Visifire( ‘Visifire.xap’, ’slPlugin1′, 500, 300, ‘transparent’);

Here ’slPlugin1′ is the ID of the silverlight control and it is optional. The last parameter in the constructor is the color which is again optional with default set to ‘white’.

Note: To make the plug-in background transparent, you’ll have to set the windowless state to ‘true’ using function:

chart.setWindowlessState(true);

Thanks for your attention.

Team Visifire


Visifire v1.1.1 released

karthik

This release contains a new function added in the Visifire.js.

The “windowless” state of the silverlight plugin can now be set by using the setWindowlessState(windowless_state) function which accepts either “true” or “false“.

Thanks for your attention

Team Visifire


Visifire is out of beta

karthik

With all the efforts put in by the members of our forums and by Visifire team we are now confident enough to move Visifire from beta to final. After several rounds of bug fixes, Visifire is now stable. Visifire is widely being used in many industrial applications with no issues reported on stability. Hence users can start using Visifire extensively in real-world applications.

I would like to thank the members of the forums for keeping us busy all these days.

Thanks for your attention.

Team Visifire


Visifire v1.0.15 beta Released

karthik

In this release we have added few enhancements.

Enhancements:

  1. AxisLabels will not be skipped if they have been provided in the DataPoints. Previously the interval of the labels would be dependent on the interval of the axis. Now, in this release we have made changes such that if the Interval property of AxisX or AxisLabels is not set then the interval will be generated such that all the axis labels provided along with the DataPoint will be displayed in the chart.
  2. Improved memory management to reduce the memory usage.

 

Thanks for your attention,

Team Visifire


Visifire v1.0.14 beta Released

karthik

This release contains few bug fixes.

Bug Fixes:

  1. YValues with more than 7 digits were automatically approximating.
  2. Exception would be thrown whenever Charts were added to a tab control.

Thanks for your attention,

Team Visifire


Visifire v1.0.13 beta Released

karthik

In this version of Visifire we have included several minor features and enhancements.

Features / Enhancements:

  • Download and embed fonts.
  • Support for Multi-line text.
  • Attribute to set the Line Style for Line Charts.
  • Attribute to set the target window (like self, parent etc..).
  • TrendLine for secondary Y Axis.
  • Improved exception logger.
  • Additional support functions in Visifire.js.

The next blog will show how to embed fonts and use multi-line text.

Thanks for your attention,

Team Visifire.


Visifire v1.0.12 supports re-rendering from JavaScript

karthik

With this new release we have introduced a feature that allows you to easily re-render charts to give real time effect. It’s amazingly easy to create real-time charts with this new feature. See this blog for more details.

Features:

  • Render function in visifire.js is updated, such that it can re-render charts.

Bug Fixes:

  • LabelAngle property in AxisX was not functional.
  • Cursor property in DataSeries was not being applied to 3D charts.

 

Thanks for you attention,

Team Visifire


Open Source Silverlight Chart Visifire now supports Silverlight 2 Beta 2

Chirag

Hi,

Visifire has been successfully ported to Silverlight 2 Beta 2.

Below are the few changes done to achieve compatibility :

  1. Explicit typecasting of constants while setting dependency properties like TopProperty, LeftProperty etc.
  2. Resources are now added with a key element and resource object reference , instead of passing just the reference.
  3. The Target property for animations has been changed from String to PropertyPath object.

Hey, there is more to add, Visifire now supports the most coveted feature : Secondary Y - Axis. Check this post for more info.

Thanks for listening,

Team Visifire


Next Page »