HI All,
I have created a pie chart which shows some states information. If there is no data to display then it shows "NO DATA" as a background image. This is configured by usingNoDataMessage property of a chart.
Later I added this Pie Chart in a Table to display pie-charts per group, say grouped on System-Names. As the table is grouped on SystemName, the pie charts are getting rendered based on each SystemName.
Now, for some of the systems, there is no data. So ideally it should show "NO DATA" as a background image. However, the cell remains BLANK. It doesn't show the "NO DATA" image. It remains BLANK only.
I am not sure why the grouping is not working correctly for NoDataMessageproperty.
Can someone try this out & let me know if it works for you?