Hi,
I want to control the Chrat image name. What I mean is that I want to affect somewhere the image name I decide to give. For exemple imageName = "ABCD.gif".
Is there anywhay to do this?
Thanks.
Hi Zakia,
Please refer to the following link for more information on how to get the actual file name produced for the chart.
http://forums.infragistics.com/forums/p/2443/44102.aspx
If the issue is not resolved then I would like to get more information regarding what you are trying to do.
Magued
I found the solution by doing this:
UltraChart1.SaveTo(
"D:\\INETPUB\\COMMON\\tmpXLS\\Test1.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
in the page_load.
Thanks