Error in style attribute?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JaapM
Newbie
Newbie
Posts: 4
Joined: Wed Aug 24, 2005 4:00 am
Contact:

Error in style attribute?

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
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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply