Page 1 of 1

teechart's position in asp

Posted: Sat Apr 29, 2006 9:04 am
by 9526928
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?

Posted: Mon May 08, 2006 1:05 pm
by Pep
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.