I have a flyout menu that shows a bigger version of the chart that is currently on the web page. Unfortunately the webchart keeps showing up on top of the flyout. Is there a way to make sure that this does not happen?
Normally when the WebChart is rendering it creates a table that has set z-index:
<table id="UltraChart1_table" style="left:0px; top:0px; position: relative; z-index:4;">...
In your case you can try set bigger z-index on your menu or just to send us you HTML markup so we can figure out the best approach in this case.
Thanks!!!
The z-index did the trick. I wasn't even thinking that your charts sets a default Z-index.