Visifire v1.5.5 released

Chirag

Hi,

The following bugs have been fixed in this release

  • Chart type StackedArea100 crashed on setting YValue = 0 for any DataPoint.
  • In DataPoint, the property MarkerEnabled was being taken true for both boolean values.
  • ToolTip and Events were not working with 3D Chart if AnimationType = Type4 and no. of DataPoint > 900.
  • Pie and Doughnut Charts threw exception on MouseOver event with Href being set.
  • ShadowEnabled threw exception when chart is drawn from managed code.

Enhancements

  • Improved Axis Label Placement.
  • LineStyle will be reflected on LegendEntry in Legend.

Download the latest release here.

Cheers,
Team Visifire


Visifire v1.5.4 released

Chirag

Hi,

This release contains fixes for the following bugs:

  • Chart went blank if the no. of data points were more than 200.
  • Tooltips disappeared & JS events did not work after v1.5.2 internal release.
    (An emergency release - v1.5.3 - was done with the fix.)
  • Vertical scroller for Logger did not scroll automatically if the content outside the viewport was selected.
  • Charts flickered when updated from JS.

Enhancements:

  • Visifire’s “Auto Label Skip” feature can be enabled by setting Interval = “0″. This feature is helpful when there are high no. of datapoints where in Labels are skipped at regular intervals to avoid overlapping. Eg. <vc:AxisX Interval=”0″/>

Download the latest release here.

Cheers,
Team Visifire


Open Source Silverlight Charts Visifire now supports Silverlight 2!

Chirag

Hi,

Visifire now works with Silverlight 2. In fact no changes were required to port Visifire from
Silverlight 2 RC0 (Visifire v1.5.0 was released recently to developers with Silverlight 2 RC0 compatibility).

All live examples in the website are successfully tested against Silverlight 2.
Download your copy of Visifire here.

Thanks for listening,

Team Visifire


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.3 released

karthik

This version contains improved reporting for errors. Now the error log shows even the inner exceptions thrown by Silverlight along with the line no. & character position.

For eg. If unknown attribute name set in XML user is alerted in the following way.

Message: Unknown attribute Yvalue on element DataPoint. [Line: 2 Position: 330]

& if a wrong property value is set this message is shown.

Message: AG_E_PARSER_BAD_PROPERTY_VALUE [Line: 2 Position: 328]

By this, users will know the specific attribute name or value set in XML that doesn’t conform to Visifire’s XML standards.

 

Cheers,

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


Next Page »