We are using the free version of fusion charts and want to know is there a way to export the generated chart to image without using any third party components. We are using the ASP.Net for generating the charts.
How to export a FusionChart to Image in ASP.Net
8.2k views Asked by suryakiran At
3
There are 3 answers
1
sudipto
On
FusionCharts Team has developed a .NET assembly which will enable you to export chart at server without loading the chart in the browser.
You can have it by writing to FusionCharts Support at http://www.fusioncharts.com/contact/.
This only works for FusionCharts v3 charts.
Related Questions in C#
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in ASP.NET
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- IIS Rewrite Module exclude bots but allow GoogleBot
- Angular 16 sending null values to API
- I am the domain admin, newbie, how do I connect youtube.com on my domain?
- Dropdown list showing SQLServer2005SQLBrowserUser$DONSERVER instead of Active Directory group name in ASP.NET MVC C#
- ASP.NET Identity, Losing Ability to Login until Application Pool Recycles
- How to unprotect ASP.NET FormAuthentication cookie
- How does it work using ASP.NET FormAuthentication
- What is the purpose of a completely standalone 'this'?
- Is there a way to read .csproj PropertyGroup variable in c#
- MSBuild trying to copy different dll with similar name into project sporadically
- Minimizing IdentityServer4 Round Trips in Microservice Architecture with Ocelot
- Azure AD guest account in web app authentication user claims data
- Receiving 400 bad request on post when customer auth handler is used
Related Questions in EXPORT
- How can I export a function within a React functional component to build a library?
- Gradio chatbot: how to export individual conversation histories?
- Conditional Synchronous Import in JavaScript, to export a simple object and not promise, possible?
- SSRS report exporting as PPT file
- How to display a link to an empty blob on an HTML page (vanilla JS)
- Netsuite Saved Search does not export all results
- Exporting ed25519 private key in OpenSSH Format JavaScript
- Bokeh JS download plot image
- How I can export to make diferents pages for one web site and put the pictures? ps: i'm new in dev
- How to export tab-delimited text file from Python (with spesifications)
- TailRec optimisation and export
- Split records into txt files having the same number of records
- Is there a way to automatically export OpenOffice/LibreOffice drawings to bitmaps, with options?
- Webhook call from github action
- SyntaxError on importing named export in Node.js app when deploying to Render.com
Related Questions in FUSIONCHARTS
- Laravel Backpack Fusioncharts widget not working
- In FusionCharts why does my yAxis start at -100
- TypeError: core is not a function with FusionChart
- how to change font size of x-axis & y-axis label of the FusionCharts timeseries chart
- FusionCharts Sankey Diagram in React Native Expo
- When using FusionCharts I am not able to remove decimals from the y-axis values being used
- How do I format FusionCharts time to include seconds?
- Capture pivot table updates in react-webdatarocks
- customize fusioncharts chart-legend-item text
- angular fusion timeseries chart giving errors Cannot read properties of undefined 'addSymbol'extension must have a valid extension property
- I want to add some more data to a specific datapoint in fusionchart
- trigger event from another event angular
- How to make color of Trend Value different from Trend Zone?
- Trouble creating a heatmap using FusionCharts in React
- FusionChart with only one time range
Related Questions in SAVE-AS
- Troubleshooting TinyMCE data retention issue
- I have a script creating a google docs from a google sheet table. I want to keep all the script actions but make it save as pdf not as google docs
- excel filename by vba script causes 2 filenames
- Why Does Excel Workbook with VBA and Macros Generate Error Message(s) When Saving?
- File exported from Microsoft Access save as .XLSM
- VBA - Microsoft Print to PDF - Set Save As Path Same As Workbook Location
- SwiftUI: How to use the fileExporter modifier for multiple file types
- Word Document Save as
- Saving xlsm as xlsx with VBA no longer works due to new save prompt
- Open a Save As Dialog Box with a Default Xlsx File Type in Excel VBA
- VBA to Move Private Sub from one workbook to a new Workbook
- SaveAs issue cannot access file
- Can Visual Studio Code be configured to "Save as..." starting in the same folder where the currently open file already exists on a UNC path?
- Where is the ‘Save as’ option in PyCharm on Mac?
- Using VBA, create one single PDF of all the worksheets combined except for two worksheets
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
SOLUTION
After a research on this topic, I have found a useful solution for this.
For that we need to have a freeware from Bytecout to convert swf to image. This can be downloaded from this link.
Then we need to register the COM dlls and add the reference to our project. Refer to the below for further usage
Here animation='0' plays a very important role, it specifies the fusion chart swf that, it must be loaded without animation. Also it is advisable if we sleep the code for 1 or 2 sec the swf would be loaded completely and image is converted to the selected format.
Hope this would be useful for someone like me. :-)