teechart's position in asp

TeeChart for ActiveX, COM and ASP
Post Reply
gong
Newbie
Newbie
Posts: 14
Joined: Wed May 18, 2005 4:00 am
Location: China
Contact:

teechart's position in asp

Post by gong » Sat Apr 29, 2006 9:04 am

i want make a div over teechart. i set the div's z-index:100, however, the div is still under the teechart.
how can i do?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 08, 2006 1:05 pm

Hi,

in HTML, keeping the TChart Control on top is not going to be possible as it is a windows-based and not a window-less object, meaning that it can't float and reproduce similar behaviour in HTML. The only way you're going to achieve this is if you export the chart to an image format and import it -
you can then make the image behave as you wish in HTML.

Post Reply