How do I show an empty chart when I have no data?If I try to bind an empty data set I get a message in place of the chart that says "I need at least 2 columns and 1 row"
If I don't bind anything I get a message in place of the chart that says "Data Not available. Please call Ultrachart.data.databind()"
If there is no data I just want an empty chart and it's not obvious on how to do that.
Thanks
Hello Scott Snyder,
Thank you for contacting us.
Could you please have a look at the references below regarding empty data display and Null data handling. I hope that you will find them helpful.
If I am missing something from your scenario, please let me know.
References:
http://es.infragistics.com/samples/aspnet/chart/empty-data-display
http://es.infragistics.com/samples/aspnet/chart/null-data-handling
Looking forward to hearing frmo you.
Those 2 examples look like it only handles what to do when your data set contains null values. In my case I have a completely empty data set. What I would like is when I have an empty data set to just show an empty chart. What I am getting instead is an error message that is displayed in place of the chart.