Search code examples
c#asp.netmschart

MSChart: ChartImageHandler pros/cons of the different storage settings


I'm using the MSChart Control in a Web Project. I saw that there are 3 different storage mode settings: file/memory/session. I couldn't find any information about the pros/cons or the impact of the settings.

Anyone can help?


Solution

  • I've found that Scott Mitchell has the best write up on this topic: Using Microsoft's Chart Controls in an ASP.NET Application: Rendering the Chart. VERY useful info. I'd recommend reading the whole multipart series.