Jump to content
Software FX Community

How to export chart to image file?


TestTest

Recommended Posts

Hello TestTest, 

I would like to let you know Chart FX provides a method called "Export" that enables you to save chart files, images and data in a variety of formats. In order to export the chart without the toolbar, please refer to the code below: 

[C#] 

Chart1.ToolBar.Visible = false ; 
Chart1.Export( FileFormat .Png, System.Windows.Forms.Application.StartupPath + "tempsample.png" ); 

Please note that using this method will automatically generate an image of the chart in the specified folder with the preferred name. After the chart image is created you can simply add it to the Excel spreadsheet. 

For further information on how to use this method please visit our support site at the link below: 

http://support.softwarefx.com/Chart_FX_7/api#web_htmls/chart_export.htm 

I hope this helps. 

Regards, 

  • Like 1
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...