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


Visifire now supports Secondary Y Axis

karthik

Visifire v1.0.11 Beta is released with the most coveted feature: Secondary Y Axis. Visifire is now compatible with Silverlight 2 Beta 2. You can download the latest release from the download page. 

New Feature:

  • Secondary Y Axis - In the DataSeries use AxisYType="Secondary" to specify the reference axis for the DataSeries and Visifire automatically creates the secondary axis. To change the settings of the Secondary Y Axis just create a regular AxisY and set the attribute as AxisType="Secondary". If this attribute is not set then the default axis type will be "Primary". Have a look at the Visifire Gallery for charts having Secondary Y Axis.

Bug Fixes / Enhancements:

  • ToolTipEnabled property for trend line was redundant, as providing ToolTipText enables it automatically. Hence it was removed.
  • ScalingEnabled property for AxisX/AxisY was redundant, as providing ScalingSets enables it automatically. Hence it was removed.
  • Exception was being thrown in Area Charts if there was only one DataPoint in a DataSeries.

Thanks for your attention,

Team Visifire


Visifire now supports event handling in JavaScript

Sunil

We have released Visifire 1.0.10 Beta with some major features and bug fixes. With this release we have introduced JavaScript based event handling support. This was one of the most requested feature. You can download the latest release from the download page.

Visifire now supports MouseEvents like  MouseLeftButtonDown, MouseLeftButtonUp, MouseMove, MouseEnter, MouseLeave. You can refer to our documentation for further details. Below is a summary of this release.

Bug Fixes:

  • ToolTip was not appearing on the beveled region of DataPoint. Now it has been fixed.
  • Whenever relative path is used in Href, XAP file path was getting used as the base URI. Now the path of web page in which the chart is embedded is taken as base URI. So all paths are relative to the web page.
  • When all values are negative in 100% stacked charts the Axis would take the limit as 150 to -100 instead of 0 to -100.
  • In order to create step chart, users had to write the DataPoints with same XValue in Reverse order.
  • TitleBackground and TitleFontColor for the Legend Title were not working.
  • In Stacked charts if all YValues are zero then AxisManager used to throw exception. Now it is handled properly.
  • If animation was type4 and if the Pie/Doughnut was clicked before the Type4 animation was complete, then it would cause an improper positioning of Pie/Doughnut.

New Features:

  • Event handling support in JavaScript.
  • Cursor Property for all Chart elements - Sets the mouse cursor type when it moves over an element
  • MarkerImageStretch property in DataSeries and DataPoint - Sets how the image should be stretched inside the marker to fill it.
  • StartFromZero property for AxisX. In previous version, it was applicable only for AxisY.

 

Thanks for your attention,

Team Visifire


Visifire v1.0.9 Beta Released

Sunil

Visifire v1.0.9 beta has been released. We have fixed a few minor bugs. Below is a summary of this release.

Bug Fixes:

  • Animation duration had a bug where, if duration is less than a particular value, animation used to fail.
  • Zero valued DataPoint for Pie or Doughnut were causing exception. Now they are valid inputs.
  • In some cases, on click of a sector in 2D Pie/Doughnut Charts, Label used to move out of the plot area as the Pie Explodes.
  • In managed code, mouse events on DataPoint used to send canvas or path as parameter (sender) rather than sending DataPoint.
  • If there were two or more charts in the same Data XML, Legend used to appear only for the first chart.

Thanks for your attention,

Team Visifire


Visifire v1.0.8 Beta Released

Sunil

Visifire v1.0.8 beta has been released. We have added few new features in this release. One major feature is interactivity. Mouse events are now supported for all Chart elements in managed code. So one can easily implement drill down in Silverlight applications. We have added one more animation type, "Type5". Below is a summary of this release.

Bug Fixes:

  • If multiple charts are created within the same Silverlight application, ToolTip was coming only for the first chart.
  • Animation types , Type2 and Type3 were throwing exception if Chart is created inside the ScrollViewer.
  • ImageStretch property for Chart element was not getting applied.

Features:

  • Interactivity - Mouse Events are now supported for all elements within the managed code.
  • Interactivity - On click of a DataPoint in Pie and Doughnut , the corresponding DataPoint explodes.
  • Animation - New animation type, "Type5" has been introduced.

Thanks for your attention,

Team Visifire


Silverlight Charting Component Visifire v1.0.6 Beta Released

Sunil

We have released Silverlight Charting Component Visifire v1.0.6 beta with some minor bug fixes. We request Visifire users to download the current beta release. If you are developing Silverlight 2.0 Application using Visifire, then current release is very important for you.

Bug Fixes:

  • Fixed a bug in CreateStoryBoard which was sometimes causing the app to throw exception while working with managed code.
  • AxisX title positioning was not accurate.
  • Setting the Height and Width of Image element was not scaling the Image.
  • ToolTipText was not working for PlotArea.

Thanks for your attention,

Team Visifire


« Previous PageNext Page »