chart loses tooltipsHi there,<br/><br/>I successfully created a chart. Because I want to use it dynamic, I use querystring and load this form in an iFrame. Everything (including tooltips) worked fine.<br/><br/>But I'm not really a fan of iframes. So I decided to return the graph as an image. Now I can use this char in an &lt;IMG&gt; tag instead of an &lt;IFRAME&gt; tag.<br/><br/>It works and I am able to load the chart in an image tag, but the tooltips are lost now. Is there any way to prevent this, or should I switch back to the first approach?© 2009 Microsoft Corporation. All rights reserved.Fri, 03 Jul 2009 06:55:49 Z800c1ebd-95f4-4a69-a951-c31fc1d1664ehttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#800c1ebd-95f4-4a69-a951-c31fc1d1664ehttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#800c1ebd-95f4-4a69-a951-c31fc1d1664edannystommenhttp://social.msdn.microsoft.com/Profile/en-US/?user=dannystommenchart loses tooltipsHi there,<br/><br/>I successfully created a chart. Because I want to use it dynamic, I use querystring and load this form in an iFrame. Everything (including tooltips) worked fine.<br/><br/>But I'm not really a fan of iframes. So I decided to return the graph as an image. Now I can use this char in an &lt;IMG&gt; tag instead of an &lt;IFRAME&gt; tag.<br/><br/>It works and I am able to load the chart in an image tag, but the tooltips are lost now. Is there any way to prevent this, or should I switch back to the first approach?Fri, 24 Apr 2009 15:01:38 Z2009-04-24T15:01:38Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#18f6d162-27bd-4999-9262-a1d4e14c2157http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#18f6d162-27bd-4999-9262-a1d4e14c2157DelianThttp://social.msdn.microsoft.com/Profile/en-US/?user=DelianTchart loses tooltipsChart tooltips are rendered as part of &lt;map /&gt; tag which supplements the  chart &lt;img /&gt; tag. Check your generated html in your iframe. <div><br/></div> <div>If you use binary streaming ( the aspx page returns the chart image directly ) you need to find a way to embed the chart image maps in the main page.</div> <div>You can use Chart.GetHtmlImageMap( string imageMapName ) to get rendered image map or set Chart1.RenderType = RenderType.ImageMap.</div> <div><br/></div> <div>Syncing the chart image  and image maps on two separate pages is not simple task because data and appearance of the both charts have to be exactly the same.</div> <div><br/></div> <div>Please refer to the chart sample Rendering-&gt;Binary Streaming Rendering for this technique: <span style="font-family:'Segoe UI';font-size:12px;white-space:pre"><a title="http://code.msdn.microsoft.com/mschart" href="http://code.msdn.microsoft.com/mschart">http://code.msdn.microsoft.com/mschart</a></span></div> <div><br/></div> <div>Regards,</div> <div>Delian</div>Mon, 27 Apr 2009 17:12:17 Z2009-04-27T17:12:17Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#b9b2181a-2f57-4edf-8a48-d33dceccfe61http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#b9b2181a-2f57-4edf-8a48-d33dceccfe61dannystommenhttp://social.msdn.microsoft.com/Profile/en-US/?user=dannystommenchart loses tooltips<blockquote>Syncing the chart image  and image maps on two separate pages is not simple task because data and appearance of the both charts have to be exactly the same.</blockquote> Do you have any example about syncing this?Tue, 28 Apr 2009 07:57:12 Z2009-04-28T07:57:12Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#422b3629-0ab3-4ac8-b7de-81ac4dc1916bhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#422b3629-0ab3-4ac8-b7de-81ac4dc1916bAlex Gorevhttp://social.msdn.microsoft.com/Profile/en-US/?user=Alex%20Gorevchart loses tooltips<p>Have you checked the Binary Streaming example mentioned by Delian?<br/><br/>Alex.</p><hr class="sig"><a href="http://blogs.msdn.com/alexgor">http://blogs.msdn.com/alexgor</a>Sun, 03 May 2009 19:09:44 Z2009-05-03T19:09:44Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#72dbf8ec-794d-44b3-afeb-3a7ca65f356bhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#72dbf8ec-794d-44b3-afeb-3a7ca65f356bdannystommenhttp://social.msdn.microsoft.com/Profile/en-US/?user=dannystommenchart loses tooltipsYes I did. That is the approach I use to display the chart in an &lt;img&gt; tag. But that example doesn't have any tooltips.Fri, 08 May 2009 13:25:32 Z2009-05-08T13:25:32Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#1b06dd48-319b-4fe6-af43-7805a009326chttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#1b06dd48-319b-4fe6-af43-7805a009326cbennybhttp://social.msdn.microsoft.com/Profile/en-US/?user=bennybchart loses tooltipsI have this same issue. Did you get it resolved?<br/>Thu, 02 Jul 2009 13:39:26 Z2009-07-02T13:39:26Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#6460d700-0916-4b6c-8f83-f3c9eca77796http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/800c1ebd-95f4-4a69-a951-c31fc1d1664e#6460d700-0916-4b6c-8f83-f3c9eca77796dannystommenhttp://social.msdn.microsoft.com/Profile/en-US/?user=dannystommenchart loses tooltipsNo I did not find any answerFri, 03 Jul 2009 06:55:49 Z2009-07-03T06:55:49Z