|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/24/2007 12:15:11 PM
Posts: 4,
Visits: 6
|
|
| Hey everyone, I'm using Fusion Charts Free with C#, and I read somewhere that there is a property we need to add to the <object> tag that fixes the z-index problem, but I can't find that post again, what was the property that needed to be put in? How can I add this to my code if I'm using it with C#? I use FusionCharts .RenderChartHTML to get my HTML for the chart.Thanks!
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/11/2008 2:58:00 AM
Posts: 811,
Visits: 1,289
|
|
| Hi, Use the latest FusionCharts.dll assembly with v3.0.5 that adds a parameter at the end of the function RenderChartHTML() that sets the chart transparent Syntax : FusionCharts.RenderChartHTML(string SWF, string strURL, string strURL, string chartId,string width,string height, bool debugMode, bool registerWithJS, bool tranasparent) Can you please refer to the Online Documentation's page : http://www.fusioncharts.com/docs/Contents/CS_BasicExample.html
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/24/2007 12:15:11 PM
Posts: 4,
Visits: 6
|
|
| Do you have a link for the latest version? I got the normal package on your download page and the DLL in the C# example is still the same as the old one, method takes 6 arguments without the newer ones. Thanks! Thanks for your help. I just realized there was also an ASP.net forum.
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/11/2008 2:58:00 AM
Posts: 811,
Visits: 1,289
|
|
| Hi, You can download the evaluation version of FusionCharts v3.0.5 and get the DLL from the code folder.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/8/2008 4:01:13 AM
Posts: 2,
Visits: 6
|
|
| Hi, I also had this problem. Now it's better, meaning combobox is ABOVE. But still something strange happens: see attached picture. When I click on calendar to select a date, flashobject with chart gets partially invisible from bottom. Flashobject is placed inside of div like this: <div class="TabControlContent"> //Here goes my filter with calendars, etc. <span>...</span> <table>...</table> etc <center> <!-- START Script Block for Chart OccupancyHistory --> <div id='OccupancyHistoryDiv' align='center'> Chart. </div> etc. - your code </center> </div>  
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/11/2008 2:58:00 AM
Posts: 811,
Visits: 1,289
|
|
| Hi, It seems that the container that has the chart and all other elements is getting shrunk. Could you please check once?
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|