Visifire Silverlight and WPF Charts v3.5.4 beta Released!
somnathHi,
Today we are releasing two most awaited features i.e, Logarithmic axis and auto update of y-axis while Scrolling and Zooming.
- Logarithmic Axis: Two new properties Logarithmic and LogarithmBase have been introduced in Axis. Both properties are applicable for y-axis only.
- Auto update of y-axis labels: New property ViewportRangeEnabled has been introduced in Axis. It is applicable for y-axis only. Please visit Visifire documentation for more information.
Here is the live demo
Also this release contains fix for the following bugs:
- Chart threw exception while resizing if Title was set in Axis.
- Chart threw exception if the DataContext of chart was set to null while property binding.
Visifire v3.1.1 beta for Silverlight 3 has also been released with the above described features and bug fixes.
You can download Visifire v3.1.1 beta & v3.5.4 beta here.
Cheers,
Team Visifire


Comments(5)
Hi,
Thanks Visifire team.
Can I control the speed, we feel it is fast upon clicking the play button.
Please let us know whether we have user control.
Cheers,
Hi Anbu,
Play button is a separate control. Visifire does not provide any user control for Play button. You can create a play button of your won and place it just above the chart. Once you click on the play button you can enable or disable a DispatcherTimer. On Tick event of timer, update the ScrollBarOffset property of AxisX. Also you can increase or decrease the speed just by setting proper interval for the DispatcherTimer.
Great that log Axis is introdouced. pl help us.
we have downloaded v3-5.4-beta and copied the following files into the project folder
i.e. SL.Visifire.Charts.xap,SLVisifire.Charts.dll,Visifire.js into the visifire folder of my project. Now when i add into the code
chartXml.Append(” “)
chartXml.Append(” “)
chartXml.Append(” “)
the above is giving error at axis
can u tell us how to incorporate the latest updates exactly into our project. i think we are going wrng somewhere
thank you
corpase
Great that log Axis is introdouced. pl help us.
we have downloaded v3-5.4-beta and copied the following files into the project folder
i.e. SL.Visifire.Charts.xap,SLVisifire.Charts.dll,Visifire.js into the visifire folder of my project. Now when i add into the code
the above is giving error at axis
can u tell us how to incorporate the latest updates exactly into our project. i think we are going wrng somewhere
thank you
corpase
Corpase,
Why don’t you create a forum post at “Getting Started with Visifire Charts” section?
http://www.visifire.com/forums/
Also post your code so that someone from Visifire community can help you.