TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
JaapM
- Newbie
- Posts: 4
- Joined: Wed Aug 24, 2005 4:00 am
-
Contact:
Post
by JaapM » Tue Aug 30, 2005 12:29 pm
Hello,
I have a webchart (TeeChart 2.0) absolute positioned on a webpage.
When I run the application, the following HTML code is produced:
Code: Select all
style="Z-INDEX: 101; LEFT: 22px; POSITION: absolute; TOP: 39pxclickedy="0clickedx="0; height:400px; width:713px"
The clickedy and clickedx are wrongly outputted.
I.m.o. it should be:
Code: Select all
style="Z-INDEX: 101; LEFT: 22px; POSITION: absolute; TOP: 39px; clickedy=0; clickedx=0; height:400px; width:713px"
Now the TOP attribute value is not recognized and the chart is wrongly located on my page
Regards,
Jaap
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Tue Aug 30, 2005 1:32 pm
Hi Jaap,
Which TeeChart build version are you using? This was fixed with the last build available (Build 2.0.2040.15119) from August 2005 as you can read on its
release notes. You can also use our debug build versions initiative, announced
here.