JulioZenteno

Chagin Chart Type

Recommended Posts

ok, so i still dont get it.

 

im trying to do a Drill down chart but i get the "no data to display" error because the second chart has to be a simple chart and im working with a multichart.

 

si have this code:

 

"

Grafico1.Text = FusionCharts.RenderChart("FusionCharts/StackedColumn3D.swf", "", MotorGrafic.xmlGrafico, "myNext", "600", "300", True, True, True)

"

on the code behind where i render the chart but i dont know how to spesify that i want to use another SWF for my second chart.

the XML Data is given in the string "MotorGrafic.xmlGrafico" wich is generated in another class.

 

i tryed to understand the documentation that i think says what i have to do. but i simply dont undestand it. mind to explain it to me?

 

the documentation i was lookin was this one: http://www.fusioncha.../?CS_Drill.html

 

 

thank you so much for this.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Creating multiple charts in a page is as easy as creating a single chart.

 

All you need to take care is that you should render each chart in a separate Literal. Each chart should also have unique Id.

 

For more details, please visit the link: http://www.fusioncha...e.html#multiple

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

maybe i explained myself wrong, sorry about my bad english.

 

i dont want to do multiple chats in a page, i can actually do that pretty good. the problem i have is that i have a stacked 3d chart and when you click one of the data bars in the chart it leads you to a second chart (drill down chat) but this one is a simple one, so, since the first one is a stacked 3D type it gives me an error of "no data to display". on the documentation they change the Type of the chart to a simple 3D column in javascript but i dont know how to do that on vb.net.

 

hope this is better explained.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

Could you please confirm whether you are looking for winform or webform example?

 

For webform example, please visit: http://www.fusioncharts.com/docs/?VBNET_Drill.html

 

In case you are looking for winform example, please go through the links below:

 

http://blog.fusioncharts.com/2009/09/how-to-use-fusioncharts-in-windows-net-applications-winforms/

 

http://blog.fusioncharts.com/2009/09/how-to-use-fusioncharts-in-windows-net-applications-winforms-%e2%80%93-part-2/

 

http://blog.fusioncharts.com/2009/10/how-to-use-fusioncharts-in-windows-net-applications-winforms-%e2%80%93-part-3/

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now