Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Getting the actual file name produced for a chart
posted

When a chart is created, it is (normaly) saved with a sequence number embedded in the file name, and the control takes care of reusing the files etc...  How can I get the actual name (including sequence number) of a chart?  I have a situation where a chart is generated on one page and actually displayed on another.  The traffic on the site is such that I do not need to worry about the chart being overwritten to soon, I just need to know where exactly where infragistics put it.  I know I can specify a filename, but then I have to do the cleanup etc...

 How do I get the full file name of a chart created by IG?