2
Answers

Deleting Image Generated By Chart Control

Photo of Jes Sie

Jes Sie

6y
819
1
Is there a way where we the rendered images from chart control be deleted automatically? If not, is it possible to use a dir outside my solution folder, say D:\ChartImages. Below is my AppSettings but the deleteAfterServicing=true is not working
 
  1. <add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\; deleteAfterServicing=true;" />  
Thanks for any help. 

Answers (2)