Hi,
I am new to this fusionChart. i have the same issue in my user control.
In my user control, i am binding the fusionchart from code behind by setting the text property of a literal control like this,
ltrlBarChart.Text =
FusionCharts.RenderChartHTML("../FCF_MSColumn2D.swf", "", xmlBarData.ToString(), "mychart1", "1000", "300", false);its design part is this.
<
tr><td align="center" valign="top"><asp:Literal ID="ltrlBarChart" runat="server"></asp:Literal></td></tr>.I have a menu control which have to be displayed infront of the fusion chart. but now when the menu displayed, ther will not be any data on the fusion chart portion. please see the attachment.
How can i solve the z-index problem in this case.
From the forum documentation i used the following properties when making the xmlBarData,
xmlBarData.Append(
"zeroPlaneThickness='0' zeroPlaneAlpha='0' ");but i didn't get the solution. i tried everything to set the z-index of the wrapper controls of the chart.
Can anyone help me to get out of this problem.