<asp:Chart ID="chStats" runat="server" Palette="None" Height="500px" Width="500px" ImageStorageMode="UseImageLocation" >
If you use this option, you have to make sure you define a location (that has write access) in your web.config.
<appSettings> <add key="ChartImageHandler" value="storage=file;timeout=20;dir=C:\TempCharts;" /> </appSettings>
More Info: MSDN: Chart.ImageStorageMode Property