If there is a problem which prevents the chart engine from rendering a chart image additional information can optionally be displayed as a text message.
To enable this feature you must set:
Chart.Debug = true
When you move your charts to production, generally you should disable this by setting Chart.Debug = false or commenting it out as the default is false.