Chart z-index with ASP.net
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Chart z-index with ASP.net Expand / Collapse
Author
Message
Posted 12/23/2007 10:51:18 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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!

Post #3506
Posted 12/24/2007 3:49:20 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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

Post #3509
Posted 12/24/2007 12:17:08 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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.

Post #3515
Posted 12/26/2007 12:09:54 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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

Post #3521
Posted 5/16/2008 11:40:05 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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>

Post #6284
Posted 5/19/2008 1:41:00 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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

Post #6335
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 2:40pm


Execution: 0.031.