Visifire v1.1.2 released
karthikWe 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


Comments(3)
when will the rerender will come?
Hi,
Visifire supports rerender from JavaScript. Checkout the folowing links
http://www.visifire.com/blog/2008/06/16/real-time-charts-using-visifire/
http://www.visifire.com/forums/index.php?showtopic=93
Hi, Great product.
Do you have plans to add financial charts showing Open, High, Low, Close bars? Or candlesticks?
thanks
J