Test Posted December 18, 2008 Report Share Posted December 18, 2008 How to save the chart in my local Folder Quote Link to comment Share on other sites More sharing options...
RandyJ Posted June 30, 2009 Report Share Posted June 30, 2009 Hi, Chart FX provides the Export method that enables you (or your end users) to save chart files, images and data in a variety of formats. Some of the formats available differ from platform to platform, as only web based products (i.e. Chart FX WebForms) will generate web formats (i.e. PNG or JPEG). There are also other file types in Chart FX called "Chart Templates" that allow you to save the appearance (Colors, Chart Types and Styles, Visible Tools, etc.) of the chart in a file so you can later apply it to another chart. This allows you to reuse code instead of setting the same attributes for all of your individual charts. Note: Templates save all the information that is not data related. This means, it will not save the values, number of series or points, or any other property related to this data, such as MultiType settings and Min, Max values in the chart axes. In regard to the export method, please take a look at the following sample that shows how to use it: chart1.Export(FileFormat.Bitmap, @"c:\image.bmp"); Regards, RandyJ 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.