andersc Posted November 28, 2007 Report Share Posted November 28, 2007 I am new to Chart FX for .NET 6.2, how to render the output in flash format? please give me some sample codes:), thx in advance. regards anders cui Quote Link to comment Share on other sites More sharing options...
maximop Posted November 28, 2007 Report Share Posted November 28, 2007 In order to render the chart to flash format, you first need to reference in your project the ChartFX.Writer.Flash.dll. In the code, you can simply do the following: Chart1.OutputWriter = new SoftwareFX.ChartFX.Flash.FlashWriter(); Quote Link to comment Share on other sites More sharing options...
andersc Posted November 28, 2007 Author Report Share Posted November 28, 2007 maximop: I used your codes, the output format is flash, but it is not animated, just like a Image file I right clicked the rendered flash, there's not play menu item, so i doubt that it's not a real flash file, is it? Quote Link to comment Share on other sites More sharing options...
maximop Posted November 29, 2007 Report Share Posted November 29, 2007 The Flash renderer will allow you to have some interaction with the chart as opposed to having a static image. This is useful when you don't want to render the chart as .NET since not all client-machines may not have the framework installed. Setting the chart's output to Flash will not give you the option to play a Flash Movie, as you already know. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.