We are using attached class provided by fusioncharts to generate chart. And following line is used to get chart. here xmlData is xml data to generate charts.
Literal1.Text = FusionCharts.RenderChart("FusionCharts/Pie3D.swf", "", xmlData.ToString(), ChartId, "400", "200", false, true);
FusionCharts.txt