I know fusioncharts only use XML/JSON as entries, but, is there a way i can use my entity model with fusioncharts? , or should i need to create the xml from my database and send it to fusioncharts?.
for example, i could try something like this...
StringBuilder xmlData = new StringBuilder();
xmlData.Append ("<set label='.Entity.Name.' value='.Entity.Value.' />");
On a Foreach, to build the xml for fusioncharts, but, i want to know if there's an easy way to do this, is there a way that the entity framework gives me the XML or Fusioncharts could read an Object or List?.
I'm talking about a web project. C#.NET & ASP.NET.
Easiest way to connect Fusioncharts with an Entity Database.