VisiFire - Silverlight Charts and Open Source
April 5, 2008 by Walt Ritscher
There’s a new charting tool available for web developers. The chart is shown via Silverlight. You use the VisiFire chart generation tool. It creates an XML for you. Add your new data XML file to your web server and then add a small JavaScript element to your page. BTW the script can be placed in any type of web page (HTML, ASP, ASP.Net, PHP, JSP, ColdFusion, Ruby on Rails)
<script language=”javascript” type=”text/javascript”>
var vChart = new Visifire(”Visifire.xap”,600,400);
vChart.setDataUri(”Data.xml”);
//xml file name goes in the place of Data.xml
vChart.render(”VisifireChart1″);
</script>
That’s all there is…
Visifire is licensed under GPL, a popular Open Source license. Visifire can be freely used in your web sites, blogs and internal applications as long as you comply with GPL.

>>Visifire can be freely used in your web sites, blogs and internal applications as long as you comply with GPL.
Is it possible to use in product that uses Creative Common?
There is like 1 company that does open source with MSFT tools.
it seems that in this ecosystem they are all so aware that what they do is bs that they have to lock up their customers so that they dont run away….
Excelente galeria de controles. I´ve been using them about 3 months ago. Simply just great an powerfull. I Abosolutely recommend the visifire charting control.