I am using the below code to try to build my chart.
string xmlString = gridRow.Cells[3].Text.ToString();
return FusionCharts.RenderChart("/FusionCharts/Bar2D.swf", "", xmlString, "chart1", "600", "300", false, false);
When I do this, I get "No data to display". When I look at the source code, it looks like the < and > chars have been replaced and looks something like this
/></dataset></chart>
Is there a way around this?