I am using the Ultrachart component in filesystem scenario which is working fine but I would rather not have the images saved to a folder (for privacy reasons). When I change the scenario to Session no image seems to be generated. Is there a known reason for this or some other way to use the component without it saving the images to a folder?
Thanks
Ragnar
After taking a better look I found out that quick design had not generated the correct code so after correcting the code everything is working fine.
this should not be the case. could it be that there's another chart in your project which is still set to FileSystem deployment?
Now the images are generated in the Session mode but they are still saved in the ChartImages folder, is that normal, I was under the impression no images would be saved to the filesystem using the Session mode?
when you set the Scenario to Session, you need to create a page called ImagePipe.aspx and place a SecureImagePipe control on it. the chart image will be streamed through that page.