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
85
Scrollbars appear when mouse is placed over UltraChart
posted

Hi,

I'm using NetAdvantage 2008 Vol 1 and I'm having a problem with scrollbars appearing in the browser when I add a UltraChart and move my mouse over it.

Example code:

<html xmlns="http://www.w3.org/1999/xhtml" >

<head runat="server">

<title>Untitled Page</title>

</head>

<body>

<form id="form1" runat="server">

<div>

<igchart:UltraChart ID="UltraChart1" runat="server">

</igchart:UltraChart>

</div>

</form>

</body>

</html>

 

I have no code-behind, no css, no data being bound to the chart, so all you get is the default image saying "data not available", but it demonstrates the problem.

If you create a page as above (I'm using Visual Studio 2005 SP1) and run it, and then resize your browser as small as possible without scrollbars appearing, and then put your mouse over the image... scrollbars appear... why?

Any ideas?