Syncfusion.ExcelChartToImageConverter.WinForms 29.1.37

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.ExcelChartToImageConverter.WinForms --version 29.1.37
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.WinForms -Version 29.1.37
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.ExcelChartToImageConverter.WinForms" Version="29.1.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.WinForms" Version="29.1.37" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelChartToImageConverter.WinForms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.ExcelChartToImageConverter.WinForms --version 29.1.37
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.WinForms, 29.1.37"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.WinForms&version=29.1.37
                    
Install Syncfusion.ExcelChartToImageConverter.WinForms as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.WinForms&version=29.1.37
                    
Install Syncfusion.ExcelChartToImageConverter.WinForms as a Cake Tool

Syncfusion® WinForms Excel Chart To Image Converter

The Syncfusion® WinForms Excel Chart To Image Converter is a .NET class library for converting Excel chart to image programatically without using Microsoft Office dependencies.

WinForms Excel Chart To Image Converter

Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key features

System Requirements

Getting Started

You can fetch the Syncfusion® Windows Forms Excel Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.ExcelChartToImageConverter.WinForms from the Package Manager Console in Visual Studio.

Try the following code snippet to convert an Excel Chart to Image.

using Syncfusion.XlsIO;
using System.IO;
using Syncfusion.ExcelChartToImageConverter;
//Initialize ExcelEngine.
using (ExcelEngine excelEngine = new ExcelEngine())
{
    //Initialize IApplication.
    IApplication application = excelEngine.Excel;
    //Set the default version as Xlsx.
    application.DefaultVersion = ExcelVersion.Xlsx;
    //Load an existing workbook into IWorkbook.
    IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
    //Get the worksheet into IWorksheet.
    IWorksheet worksheet = workbook.Worksheets[0];
    //Get the Excel chart into IChart
	IChart chart = worksheet.Charts[0];
    //Save the chart as image
    FileStream outputStream = new FileStream("Output.png", FileMode.Create, FileAccess.Write);
    chart.SaveAsImage(outputStream);
}

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion®

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion® has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter, Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.ExcelChartToImageConverter.WinForms:

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
29.1.38 110 4/14/2025
29.1.37 154 4/8/2025
29.1.35 163 4/1/2025
29.1.33 478 3/25/2025
28.2.12 147 3/19/2025
28.2.11 167 3/10/2025
28.2.9 207 3/3/2025
28.2.7 117 2/25/2025
28.2.6 114 2/17/2025
28.2.5 102 2/11/2025
28.2.4 107 2/4/2025
28.2.3 114 1/29/2025
28.1.41 107 1/20/2025
28.1.39 100 1/13/2025
28.1.38 104 1/7/2025
28.1.37 116 12/31/2024
28.1.36 107 12/23/2024
28.1.35 116 12/18/2024
28.1.33 112 12/12/2024
27.2.5 126 12/2/2024
27.2.4 118 11/26/2024
27.2.3 115 11/22/2024
27.2.2 126 11/15/2024
27.1.58 129 11/4/2024
27.1.57 128 10/28/2024
27.1.56 112 10/23/2024
27.1.55 104 10/21/2024
27.1.53 148 10/14/2024
27.1.52 110 10/7/2024
27.1.51 128 9/30/2024
27.1.50 114 9/23/2024
27.1.48 154 9/18/2024
26.2.14 145 9/9/2024
26.2.13 121 9/5/2024
26.2.12 148 9/2/2024
26.2.11 139 8/27/2024
26.2.10 139 8/19/2024
26.2.9 144 8/12/2024
26.2.8 125 8/5/2024
26.2.7 67 7/29/2024
26.2.5 85 7/25/2024
26.2.4 90 7/24/2024
26.1.42 121 7/15/2024
26.1.41 141 7/8/2024
26.1.40 159 7/1/2024
26.1.39 148 6/24/2024
26.1.38 151 6/18/2024
26.1.35 156 6/11/2024
25.2.7 100 6/3/2024
25.2.6 152 5/28/2024
25.2.5 138 5/21/2024
25.2.4 149 5/14/2024
25.2.3 167 5/8/2024
25.1.42 135 4/29/2024
25.1.41 144 4/23/2024
25.1.40 126 4/15/2024
25.1.39 152 4/8/2024
25.1.38 166 4/1/2024
25.1.37 150 3/26/2024
25.1.35 188 3/15/2024
24.2.9 160 3/4/2024
24.2.8 168 2/26/2024
24.2.7 148 2/19/2024
24.2.6 161 2/14/2024
24.2.5 144 2/12/2024
24.2.4 141 2/5/2024
24.2.3 161 1/31/2024
24.1.47 129 1/22/2024
24.1.46 154 1/16/2024
24.1.45 156 1/8/2024
24.1.44 168 1/2/2024
24.1.43 163 12/27/2023
24.1.41 247 12/18/2023
23.2.7 183 12/6/2023
23.2.6 168 11/28/2023
23.2.5 161 11/23/2023
23.2.4 170 11/20/2023
23.1.44 154 11/6/2023
23.1.43 177 10/30/2023
23.1.42 147 10/23/2023
23.1.41 158 10/16/2023
23.1.40 165 10/10/2023
23.1.39 169 10/4/2023
23.1.38 160 9/26/2023
23.1.36 216 9/15/2023
22.2.12 198 9/5/2023
22.2.11 176 8/28/2023
22.2.10 166 8/22/2023
22.2.9 187 8/14/2023
22.2.8 159 8/7/2023
22.2.7 191 8/2/2023
22.2.5 215 7/27/2023
22.1.39 210 7/18/2023
22.1.38 210 7/11/2023
22.1.37 207 7/3/2023
22.1.36 200 6/28/2023
22.1.34 265 6/21/2023
21.2.10 202 6/12/2023
21.2.9 213 6/6/2023
21.2.8 190 5/30/2023
21.2.6 225 5/22/2023
21.2.5 251 5/15/2023
21.2.4 245 5/9/2023
21.2.3 271 5/3/2023
21.1.41 293 4/19/2023
21.1.39 264 4/10/2023
21.1.38 280 4/3/2023
21.1.37 312 3/29/2023
21.1.35 325 3/23/2023
20.4.0.54 324 3/13/2023
20.4.0.53 310 3/7/2023
20.4.0.52 303 2/28/2023
20.4.0.51 348 2/21/2023
20.4.0.50 305 2/14/2023
20.4.0.49 338 2/7/2023
20.4.0.48 368 2/1/2023
20.4.0.44 379 1/18/2023
20.4.0.43 445 1/10/2023
20.4.0.42 396 1/4/2023
20.4.0.41 420 12/29/2022
20.4.0.40 381 12/28/2022
20.4.0.38 411 12/21/2022
20.3.0.61 352 12/12/2022
20.3.0.60 348 12/6/2022
20.3.0.59 404 11/29/2022
20.3.0.58 429 11/21/2022
20.3.0.57 418 11/14/2022
20.3.0.56 719 11/8/2022
20.3.0.52 476 10/27/2022
20.3.0.50 484 10/17/2022
20.3.0.49 488 10/11/2022
20.3.0.48 481 10/5/2022
20.3.0.47 527 9/29/2022
20.2.0.50 555 9/20/2022
20.2.0.49 592 9/13/2022
20.2.0.48 515 9/6/2022
20.2.0.46 529 8/30/2022
20.2.0.45 505 8/23/2022
20.2.0.44 499 8/16/2022
20.2.0.43 523 8/8/2022
20.2.0.40 506 7/26/2022
20.2.0.39 499 7/19/2022
20.2.0.38 552 7/12/2022
20.2.0.36 581 6/30/2022
20.1.0.61 550 6/20/2022
20.1.0.60 522 6/14/2022
20.1.0.59 542 6/6/2022
20.1.0.58 534 5/30/2022
20.1.0.57 521 5/23/2022
20.1.0.56 527 5/17/2022
20.1.0.55 526 5/12/2022
20.1.0.52 573 5/2/2022
20.1.0.51 556 4/26/2022
20.1.0.50 517 4/19/2022
20.1.0.48 675 4/12/2022
20.1.0.47 609 4/4/2022
19.4.0.56 655 3/14/2022
19.4.0.55 585 3/8/2022
19.4.0.54 655 2/28/2022
19.4.0.53 551 2/21/2022
19.4.0.52 575 2/15/2022
19.4.0.50 569 2/8/2022
19.4.0.48 595 1/31/2022
19.4.0.47 554 1/24/2022
19.4.0.43 595 1/18/2022
19.4.0.42 572 1/10/2022
19.4.0.41 421 1/4/2022
19.4.0.40 402 12/28/2021
19.4.0.38 443 12/17/2021
19.3.0.59 416 12/14/2021
19.3.0.57 545 12/7/2021
19.3.0.56 1,302 11/29/2021
19.3.0.55 416 11/23/2021
19.3.0.54 453 11/17/2021
19.3.0.53 494 11/12/2021
19.3.0.48 478 11/3/2021
19.3.0.47 448 10/26/2021
19.3.0.46 443 10/19/2021
19.3.0.45 484 10/12/2021
19.3.0.44 489 10/5/2021
19.3.0.43 485 9/30/2021
19.2.0.62 529 9/13/2021
19.2.0.60 501 9/7/2021
19.2.0.59 467 8/30/2021
19.2.0.57 485 8/24/2021
19.2.0.56 513 8/17/2021
19.2.0.55 490 8/11/2021
19.2.0.51 517 8/2/2021
19.2.0.49 547 7/26/2021
19.2.0.48 498 7/19/2021
19.2.0.47 535 7/13/2021
19.2.0.46 531 7/6/2021
19.2.0.44 557 6/30/2021
19.1.0.69 531 6/14/2021
19.1.0.67 510 6/7/2021
19.1.0.66 539 5/31/2021
19.1.0.65 508 5/24/2021
19.1.0.64 568 5/19/2021
19.1.0.63 556 5/13/2021
19.1.0.59 582 5/3/2021
19.1.0.58 518 4/26/2021
19.1.0.57 605 4/20/2021
19.1.0.56 516 4/12/2021
19.1.0.55 549 4/6/2021
19.1.0.54 616 3/30/2021
18.4.0.49 544 3/22/2021
18.4.0.48 490 3/16/2021
18.4.0.47 502 3/9/2021
18.4.0.46 507 3/2/2021
18.4.0.44 506 2/23/2021
18.4.0.43 462 2/15/2021
18.4.0.42 544 2/9/2021
18.4.0.41 515 2/2/2021
18.4.0.39 560 1/28/2021
18.4.0.35 667 1/19/2021
18.4.0.34 512 1/12/2021
18.4.0.33 556 1/4/2021
18.4.0.32 493 12/30/2020
18.4.0.31 556 12/22/2020
18.4.0.30 653 12/17/2020
18.3.0.53 697 12/8/2020
18.3.0.52 558 11/30/2020
18.3.0.51 549 11/23/2020
18.3.0.50 576 11/17/2020
18.3.0.48 589 11/10/2020
18.3.0.47 630 11/5/2020
18.3.0.44 631 10/27/2020
18.3.0.42 633 10/20/2020
18.3.0.40 606 10/12/2020
18.3.0.38 585 10/7/2020
18.3.0.35 563 10/1/2020
18.2.0.59 579 9/22/2020
18.2.0.58 626 9/15/2020
18.2.0.57 590 9/8/2020
18.2.0.56 606 9/1/2020
18.2.0.55 606 8/24/2020
18.2.0.54 588 8/18/2020
18.2.0.48 645 8/4/2020
18.2.0.47 682 7/28/2020
18.2.0.46 647 7/21/2020
18.2.0.45 641 7/14/2020
18.2.0.44 915 7/6/2020
18.1.0.59 660 6/23/2020
18.1.0.57 738 6/15/2020
18.1.0.56 628 6/9/2020
18.1.0.55 623 6/2/2020
18.1.0.54 654 5/26/2020
18.1.0.53 671 5/19/2020
18.1.0.52 635 5/13/2020
18.1.0.48 653 5/5/2020
18.1.0.46 664 4/28/2020
18.1.0.45 672 4/20/2020
18.1.0.44 861 4/14/2020
18.1.0.43 668 4/7/2020
18.1.0.42 701 4/1/2020
18.1.0.36-beta 452 3/19/2020
17.4.0.55 770 3/10/2020
17.4.0.53 672 3/3/2020
17.4.0.51 686 2/25/2020
17.4.0.50 726 2/18/2020
17.4.0.49 672 2/11/2020
17.4.0.47 677 2/5/2020
17.4.0.46 709 1/30/2020
17.4.0.44 737 1/21/2020
17.4.0.43 700 1/14/2020
17.4.0.41 723 1/7/2020
17.4.0.40 706 12/24/2019
17.4.0.39 715 12/17/2019
17.3.0.34 706 12/10/2019
17.3.0.33 709 12/4/2019
17.3.0.30 710 12/3/2019
17.3.0.29 698 11/26/2019
17.3.0.28 718 11/18/2019
17.3.0.27 681 11/12/2019
17.3.0.26 687 11/5/2019
17.3.0.21 693 10/29/2019
17.3.0.19 714 10/22/2019
17.3.0.17 748 10/15/2019
17.3.0.14 726 10/3/2019
17.3.0.9-beta 464 9/20/2019
17.2.0.51 755 9/10/2019
17.2.0.49 702 9/3/2019
17.2.0.47 745 8/27/2019
17.2.0.46 742 8/22/2019
17.2.0.41 750 8/13/2019
17.2.0.40 766 8/6/2019
17.2.0.39 743 7/30/2019
17.2.0.36 732 7/23/2019
17.2.0.35 740 7/17/2019
17.2.0.34 871 7/11/2019
17.2.0.28-beta 499 6/27/2019
17.1.0.53 748 6/25/2019
17.1.0.52 807 6/18/2019
17.1.0.51 806 6/11/2019
17.1.0.50 795 6/4/2019
17.1.0.49 735 5/28/2019
17.1.0.48 824 5/21/2019
17.1.0.47 806 5/14/2019
17.1.0.44 790 5/7/2019
17.1.0.43 767 4/30/2019
17.1.0.42 842 4/23/2019
17.1.0.41 785 4/16/2019
17.1.0.40 769 4/9/2019
17.1.0.38 802 3/29/2019
17.1.0.32-beta 497 3/13/2019
16.4.0.54 920 2/19/2019
16.4.0.53 856 2/13/2019
16.4.0.52 841 2/5/2019
16.4.0.48 846 1/22/2019
16.4.0.47 902 1/16/2019
16.4.0.46 878 1/8/2019
16.4.0.44 871 12/24/2018
16.4.0.42 913 12/17/2018
16.4.0.40-beta 599 12/10/2018
16.3.0.36 920 11/27/2018
16.3.0.35-beta 668 11/23/2018
16.3.0.29 958 10/30/2018
16.3.0.21 1,067 9/21/2018