LucasGraf

Members
  • Content count

    4
  • Joined

  • Last visited

About LucasGraf

  • Rank
    Forum Newbie
  1. C# Winform usage w/new version

    We are currently on an older version (3.3x maybe) and that version still has the flash rendering option. We use Fusion charts in lots of e-mailed reports generated from a C# Winform app. Can you do the same w/these java only charts? If so, how?
  2. HI there, We have the Intranet license and it works great except for our charts we have inside updatepanels, for some reason those give us the trial nag. Any ideas what's up? [EDIT] Nevermind Looks like a browser cache clear fixes it.
  3. Winform Export Chart Image W/o Right-Clicking

    Thank you very much! This is what I needed and I knew it had to be something simple but I couldn't get it.
  4. I've read over the Part 3 of how to use FusionCharts in a WinForm numerous times : http://blog.fusioncharts.com/2009/10/how-to-use-fusioncharts-in-windows-net-applications-winforms-%E2%80%93-part-3/ It is mentioned there that you can do the exporting without the right-click-> Save as PNG interaction somehow by calling the exportChart() funciton in the FlashCall function after the "FC_Rendered" request has happened. The problem is nothing there tells me how to do it? So, How do I call the exportChart() function? Thanks