"No Data" on the chart image.


SYMPTOM

"No Data" on the chart image.

CAUSES / SOLUTIONS

This message is shown when there is no data added to the chart or when the data is not sufficient to create the type of chart specified.

There may be a number of reasons the data is not getting to the chart.

  • The chart object is not wired up to the chart control on the page.
    Make sure the correct chart id name is used. With ASP.NET make sure you don't instantiate the chart object manually. For example: (C#) Chart Chart = new Chart();
  • The DataEngine is not able to get data from your database.
    See sample: features/debugging.aspx for an example of how to get an error message produced by the DataEngine.

Posted Monday, February 7, 2005 by Support
https://www.dotnetcharting.com/kb/KnowledgebaseArticle10902.aspx