Syncfusion.ExcelChartToImageConverter.WinForms 22.1.34

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 22.1.34
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.WinForms -Version 22.1.34
                    
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="22.1.34" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.WinForms" Version="22.1.34" />
                    
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 22.1.34
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.WinForms, 22.1.34"
                    
#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.
#:package Syncfusion.ExcelChartToImageConverter.WinForms@22.1.34
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.WinForms&version=22.1.34
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.WinForms&version=22.1.34
                    
Install 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’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's 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 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ 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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  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
31.1.20 16 9/16/2025
31.1.19 127 9/11/2025
31.1.18 133 9/9/2025
31.1.17 132 9/5/2025
30.2.7 179 8/25/2025
30.2.6 154 8/18/2025
30.2.5 139 8/13/2025
30.2.4 222 8/7/2025
30.1.42 102 7/28/2025
30.1.41 533 7/22/2025
30.1.40 160 7/14/2025
30.1.39 152 7/8/2025
30.1.38 156 7/1/2025
30.1.37 207 6/25/2025
29.2.11 170 6/16/2025
29.2.10 281 6/9/2025
29.2.9 165 6/5/2025
29.2.8 159 6/3/2025
29.2.7 171 5/26/2025
29.2.5 165 5/20/2025
29.2.4 257 5/14/2025
29.1.41 174 5/5/2025
29.1.40 184 4/28/2025
29.1.39 207 4/21/2025
29.1.38 225 4/14/2025
29.1.37 203 4/8/2025
29.1.35 200 4/1/2025
29.1.33 516 3/25/2025
28.2.12 184 3/19/2025
28.2.11 206 3/10/2025
28.2.9 246 3/3/2025
28.2.7 165 2/25/2025
28.2.6 148 2/17/2025
28.2.5 135 2/11/2025
28.2.4 130 2/4/2025
28.2.3 143 1/29/2025
28.1.41 135 1/20/2025
28.1.39 136 1/13/2025
28.1.38 132 1/7/2025
28.1.37 144 12/31/2024
28.1.36 140 12/23/2024
28.1.35 156 12/18/2024
28.1.33 141 12/12/2024
27.2.5 157 12/2/2024
27.2.4 152 11/26/2024
27.2.3 143 11/22/2024
27.2.2 158 11/15/2024
27.1.58 159 11/4/2024
27.1.57 161 10/28/2024
27.1.56 146 10/23/2024
27.1.55 133 10/21/2024
27.1.53 178 10/14/2024
27.1.52 142 10/7/2024
27.1.51 160 9/30/2024
27.1.50 139 9/23/2024
27.1.48 180 9/18/2024
26.2.14 164 9/9/2024
26.2.13 160 9/5/2024
26.2.12 167 9/2/2024
26.2.11 168 8/27/2024
26.2.10 168 8/19/2024
26.2.9 177 8/12/2024
26.2.8 145 8/5/2024
26.2.7 95 7/29/2024
26.2.5 111 7/25/2024
26.2.4 115 7/24/2024
26.1.42 152 7/15/2024
26.1.41 167 7/8/2024
26.1.40 176 7/1/2024
26.1.39 169 6/24/2024
26.1.38 175 6/18/2024
26.1.35 189 6/11/2024
25.2.7 127 6/3/2024
25.2.6 170 5/28/2024
25.2.5 164 5/21/2024
25.2.4 175 5/14/2024
25.2.3 200 5/8/2024
25.1.42 163 4/29/2024
25.1.41 169 4/23/2024
25.1.40 160 4/15/2024
25.1.39 176 4/8/2024
25.1.38 188 4/1/2024
25.1.37 179 3/26/2024
25.1.35 216 3/15/2024
24.2.9 186 3/4/2024
24.2.8 203 2/26/2024
24.2.7 176 2/19/2024
24.2.6 188 2/14/2024
24.2.5 166 2/12/2024
24.2.4 166 2/5/2024
24.2.3 181 1/31/2024
24.1.47 146 1/22/2024
24.1.46 179 1/16/2024
24.1.45 174 1/8/2024
24.1.44 192 1/2/2024
24.1.43 191 12/27/2023
24.1.41 284 12/18/2023
23.2.7 212 12/6/2023
23.2.6 196 11/28/2023
23.2.5 189 11/23/2023
23.2.4 194 11/20/2023
23.1.44 182 11/6/2023
23.1.43 209 10/30/2023
23.1.42 171 10/23/2023
23.1.41 190 10/16/2023
23.1.40 201 10/10/2023
23.1.39 199 10/4/2023
23.1.38 190 9/26/2023
23.1.36 253 9/15/2023
22.2.12 244 9/5/2023
22.2.11 220 8/28/2023
22.2.10 209 8/22/2023
22.2.9 236 8/14/2023
22.2.8 211 8/7/2023
22.2.7 240 8/2/2023
22.2.5 256 7/27/2023
22.1.39 256 7/18/2023
22.1.38 264 7/11/2023
22.1.37 270 7/3/2023
22.1.36 256 6/28/2023
22.1.34 320 6/21/2023
21.2.10 254 6/12/2023
21.2.9 273 6/6/2023
21.2.8 241 5/30/2023
21.2.6 283 5/22/2023
21.2.5 302 5/15/2023
21.2.4 299 5/9/2023
21.2.3 324 5/3/2023
21.1.41 353 4/19/2023
21.1.39 315 4/10/2023
21.1.38 337 4/3/2023
21.1.37 365 3/29/2023
21.1.35 374 3/23/2023
20.4.0.54 382 3/13/2023
20.4.0.53 367 3/7/2023
20.4.0.52 355 2/28/2023
20.4.0.51 395 2/21/2023
20.4.0.50 351 2/14/2023
20.4.0.49 385 2/7/2023
20.4.0.48 426 2/1/2023
20.4.0.44 433 1/18/2023
20.4.0.43 500 1/10/2023
20.4.0.42 445 1/4/2023
20.4.0.41 473 12/29/2022
20.4.0.40 443 12/28/2022
20.4.0.38 458 12/21/2022
20.3.0.61 404 12/12/2022
20.3.0.60 406 12/6/2022
20.3.0.59 448 11/29/2022
20.3.0.58 481 11/21/2022
20.3.0.57 472 11/14/2022
20.3.0.56 887 11/8/2022
20.3.0.52 522 10/27/2022
20.3.0.50 532 10/17/2022
20.3.0.49 543 10/11/2022
20.3.0.48 538 10/5/2022
20.3.0.47 584 9/29/2022
20.2.0.50 603 9/20/2022
20.2.0.49 650 9/13/2022
20.2.0.48 569 9/6/2022
20.2.0.46 590 8/30/2022
20.2.0.45 561 8/23/2022
20.2.0.44 555 8/16/2022
20.2.0.43 583 8/8/2022
20.2.0.40 564 7/26/2022
20.2.0.39 565 7/19/2022
20.2.0.38 614 7/12/2022
20.2.0.36 639 6/30/2022
20.1.0.61 611 6/20/2022
20.1.0.60 581 6/14/2022
20.1.0.59 603 6/6/2022
20.1.0.58 604 5/30/2022
20.1.0.57 588 5/23/2022
20.1.0.56 593 5/17/2022
20.1.0.55 586 5/12/2022
20.1.0.52 628 5/2/2022
20.1.0.51 629 4/26/2022
20.1.0.50 585 4/19/2022
20.1.0.48 743 4/12/2022
20.1.0.47 678 4/4/2022
19.4.0.56 727 3/14/2022
19.4.0.55 645 3/8/2022
19.4.0.54 720 2/28/2022
19.4.0.53 616 2/21/2022
19.4.0.52 644 2/15/2022
19.4.0.50 635 2/8/2022
19.4.0.48 666 1/31/2022
19.4.0.47 618 1/24/2022
19.4.0.43 659 1/18/2022
19.4.0.42 640 1/10/2022
19.4.0.41 497 1/4/2022
19.4.0.40 468 12/28/2021
19.4.0.38 508 12/17/2021
19.3.0.59 486 12/14/2021
19.3.0.57 625 12/7/2021
19.3.0.56 1,374 11/29/2021
19.3.0.55 485 11/23/2021
19.3.0.54 516 11/17/2021
19.3.0.53 571 11/12/2021
19.3.0.48 549 11/3/2021
19.3.0.47 533 10/26/2021
19.3.0.46 511 10/19/2021
19.3.0.45 555 10/12/2021
19.3.0.44 561 10/5/2021
19.3.0.43 552 9/30/2021
19.2.0.62 597 9/13/2021
19.2.0.60 562 9/7/2021
19.2.0.59 538 8/30/2021
19.2.0.57 560 8/24/2021
19.2.0.56 574 8/17/2021
19.2.0.55 566 8/11/2021
19.2.0.51 593 8/2/2021
19.2.0.49 617 7/26/2021
19.2.0.48 565 7/19/2021
19.2.0.47 607 7/13/2021
19.2.0.46 606 7/6/2021
19.2.0.44 623 6/30/2021
19.1.0.69 600 6/14/2021
19.1.0.67 583 6/7/2021
19.1.0.66 602 5/31/2021
19.1.0.65 584 5/24/2021
19.1.0.64 653 5/19/2021
19.1.0.63 635 5/13/2021
19.1.0.59 659 5/3/2021
19.1.0.58 601 4/26/2021
19.1.0.57 692 4/20/2021
19.1.0.56 587 4/12/2021
19.1.0.55 619 4/6/2021
19.1.0.54 690 3/30/2021
18.4.0.49 621 3/22/2021
18.4.0.48 561 3/16/2021
18.4.0.47 581 3/9/2021
18.4.0.46 580 3/2/2021
18.4.0.44 584 2/23/2021
18.4.0.43 534 2/15/2021
18.4.0.42 619 2/9/2021
18.4.0.41 592 2/2/2021
18.4.0.39 626 1/28/2021
18.4.0.35 740 1/19/2021
18.4.0.34 578 1/12/2021
18.4.0.33 630 1/4/2021
18.4.0.32 565 12/30/2020
18.4.0.31 623 12/22/2020
18.4.0.30 845 12/17/2020
18.3.0.53 773 12/8/2020
18.3.0.52 627 11/30/2020
18.3.0.51 630 11/23/2020
18.3.0.50 660 11/17/2020
18.3.0.48 658 11/10/2020
18.3.0.47 707 11/5/2020
18.3.0.44 701 10/27/2020
18.3.0.42 709 10/20/2020
18.3.0.40 686 10/12/2020
18.3.0.38 654 10/7/2020
18.3.0.35 645 10/1/2020
18.2.0.59 661 9/22/2020
18.2.0.58 702 9/15/2020
18.2.0.57 672 9/8/2020
18.2.0.56 681 9/1/2020
18.2.0.55 674 8/24/2020
18.2.0.54 667 8/18/2020
18.2.0.48 720 8/4/2020
18.2.0.47 758 7/28/2020
18.2.0.46 722 7/21/2020
18.2.0.45 721 7/14/2020
18.2.0.44 998 7/6/2020
18.1.0.59 728 6/23/2020
18.1.0.57 820 6/15/2020
18.1.0.56 696 6/9/2020
18.1.0.55 701 6/2/2020
18.1.0.54 737 5/26/2020
18.1.0.53 747 5/19/2020
18.1.0.52 714 5/13/2020
18.1.0.48 733 5/5/2020
18.1.0.46 745 4/28/2020
18.1.0.45 757 4/20/2020
18.1.0.44 943 4/14/2020
18.1.0.43 752 4/7/2020
18.1.0.42 781 4/1/2020
18.1.0.36-beta 534 3/19/2020
17.4.0.55 879 3/10/2020
17.4.0.53 759 3/3/2020
17.4.0.51 770 2/25/2020
17.4.0.50 806 2/18/2020
17.4.0.49 744 2/11/2020
17.4.0.47 752 2/5/2020
17.4.0.46 791 1/30/2020
17.4.0.44 823 1/21/2020
17.4.0.43 780 1/14/2020
17.4.0.41 808 1/7/2020
17.4.0.40 785 12/24/2019
17.4.0.39 795 12/17/2019
17.3.0.34 791 12/10/2019
17.3.0.33 792 12/4/2019
17.3.0.30 793 12/3/2019
17.3.0.29 783 11/26/2019
17.3.0.28 801 11/18/2019
17.3.0.27 764 11/12/2019
17.3.0.26 771 11/5/2019
17.3.0.21 779 10/29/2019
17.3.0.19 798 10/22/2019
17.3.0.17 834 10/15/2019
17.3.0.14 809 10/3/2019
17.3.0.9-beta 544 9/20/2019
17.2.0.51 840 9/10/2019
17.2.0.49 783 9/3/2019
17.2.0.47 833 8/27/2019
17.2.0.46 830 8/22/2019
17.2.0.41 834 8/13/2019
17.2.0.40 849 8/6/2019
17.2.0.39 832 7/30/2019
17.2.0.36 809 7/23/2019
17.2.0.35 825 7/17/2019
17.2.0.34 954 7/11/2019
17.2.0.28-beta 589 6/27/2019
17.1.0.53 831 6/25/2019
17.1.0.52 889 6/18/2019
17.1.0.51 889 6/11/2019
17.1.0.50 878 6/4/2019
17.1.0.49 820 5/28/2019
17.1.0.48 907 5/21/2019
17.1.0.47 892 5/14/2019
17.1.0.44 877 5/7/2019
17.1.0.43 854 4/30/2019
17.1.0.42 924 4/23/2019
17.1.0.41 866 4/16/2019
17.1.0.40 851 4/9/2019
17.1.0.38 882 3/29/2019
17.1.0.32-beta 585 3/13/2019
16.4.0.54 995 2/19/2019
16.4.0.53 939 2/13/2019
16.4.0.52 920 2/5/2019
16.4.0.48 936 1/22/2019
16.4.0.47 988 1/16/2019
16.4.0.46 974 1/8/2019
16.4.0.44 956 12/24/2018
16.4.0.42 996 12/17/2018
16.4.0.40-beta 680 12/10/2018
16.3.0.36 1,000 11/27/2018
16.3.0.35-beta 762 11/23/2018
16.3.0.29 1,052 10/30/2018
16.3.0.21 1,160 9/21/2018