|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/4/2007 8:38:26 PM
Posts: 6,
Visits: 11
|
|
Hi all,
I'm new in FusionCharts and interested too use it in future application development, so right now i'm exploring FusionCharts features.
While there's A LOT sample to use FusionChart in ASP.Net WebApplication, I can't found any sample code to use it in VB.Net windows application.
I already to try to make a simple form that consist of 1 multiline textbox to writedown the xml string.
and already add FC As AxShockwaveFlashObjects.AxShockwaveFlash to this form
I use this XML String :
and use this code too render the chart :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGen.Click
FC.Movie = Application.StartupPath + "\\Column3d.swf"
FC.SetVariable("dataXML", TextBox1.Text)
FC.Play()
FC.Refresh()
End Sub
It's work fine if I run the form an click the button for the 1st time.
BUT.., when I want to render the chart again, i need too click the button 3 times before the chart generated again..
So., is it a bug in FusionCharts or it's just my fault? 
I would appreciate any help for my case..
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Yesterday @ 4:15:20 AM
Posts: 772,
Visits: 1,228
|
|
|
|
|