How does Visifire Rendering Works?
Since the release of Visifire 2.0 I am using the toolkit for chart visualization. Mostly within SharePoint (see here and here), but lately also within Windows Azure. I like the simplicity, the looks and the customizability of Visifire. It is challenging to provide this functionality in an easy to use toolkit, but Visifire does an excellent job at it.
The secret of Visifire is of course the underlying set of algorithms that determine the best visualization for a given set of parameters. So even when you provide bare minimum data required for rendering, Visifire renders a nice looking chart which has tooltips, default interactivity like explode in Pie Chart, auto font-color for labels depending on the Chart Background color, auto indexing of DataPoints when XValue is not provided, etc. Though Visifire makes effort to find the best visualization for any given case, its not perfect. Sometimes you just want to make it a little different.
Sunil Urs wrote a great post at the Visifire blog that explains the default rendering behavior of Visifire and how you can adapt it to your needs. A must read when you use, or plan to use, Visifire.
Related Posts:
- How To Create Drilldown Silverlight Graphs in SharePoint with Visifire
- How To Add Awesome Graphs To SharePoint with Silverlight