Fortest

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by Fortest

  1. I am using FusionCharts XT. There are some cases where data is not present to display chart. Is there any way to show message something like "No data found"? Please help. Thanks
  2. Display "no Data Found" Message

    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