Syncfusion.ExcelChartToImageConverter.WinForms 29.1.33

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.33
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.WinForms -Version 29.1.33
                    
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.33" />
                    
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.33" />
                    
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.33
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.WinForms, 29.1.33"
                    
#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.33
                    
Install Syncfusion.ExcelChartToImageConverter.WinForms as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.WinForms&version=29.1.33
                    
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.37 0 4/8/2025
29.1.35 147 4/1/2025
29.1.33 476 3/25/2025
28.2.12 145 3/19/2025
28.2.11 167 3/10/2025
28.2.9 207 3/3/2025
28.2.7 116 2/25/2025
28.2.6 113 2/17/2025
28.2.5 100 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 98 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 245 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 378 1/18/2023
20.4.0.43 444 1/10/2023
20.4.0.42 395 1/4/2023
20.4.0.41 419 12/29/2022
20.4.0.40 380 12/28/2022
20.4.0.38 410 12/21/2022
20.3.0.61 351 12/12/2022
20.3.0.60 347 12/6/2022
20.3.0.59 403 11/29/2022
20.3.0.58 428 11/21/2022
20.3.0.57 417 11/14/2022
20.3.0.56 709 11/8/2022
20.3.0.52 475 10/27/2022
20.3.0.50 483 10/17/2022
20.3.0.49 487 10/11/2022
20.3.0.48 480 10/5/2022
20.3.0.47 526 9/29/2022
20.2.0.50 554 9/20/2022
20.2.0.49 591 9/13/2022
20.2.0.48 514 9/6/2022
20.2.0.46 528 8/30/2022
20.2.0.45 504 8/23/2022
20.2.0.44 498 8/16/2022
20.2.0.43 522 8/8/2022
20.2.0.40 505 7/26/2022
20.2.0.39 498 7/19/2022
20.2.0.38 551 7/12/2022
20.2.0.36 580 6/30/2022
20.1.0.61 549 6/20/2022
20.1.0.60 521 6/14/2022
20.1.0.59 541 6/6/2022
20.1.0.58 533 5/30/2022
20.1.0.57 520 5/23/2022
20.1.0.56 526 5/17/2022
20.1.0.55 525 5/12/2022
20.1.0.52 572 5/2/2022
20.1.0.51 555 4/26/2022
20.1.0.50 516 4/19/2022
20.1.0.48 674 4/12/2022
20.1.0.47 608 4/4/2022
19.4.0.56 652 3/14/2022
19.4.0.55 584 3/8/2022
19.4.0.54 654 2/28/2022
19.4.0.53 550 2/21/2022
19.4.0.52 573 2/15/2022
19.4.0.50 567 2/8/2022
19.4.0.48 593 1/31/2022
19.4.0.47 552 1/24/2022
19.4.0.43 593 1/18/2022
19.4.0.42 570 1/10/2022
19.4.0.41 419 1/4/2022
19.4.0.40 400 12/28/2021
19.4.0.38 441 12/17/2021
19.3.0.59 414 12/14/2021
19.3.0.57 542 12/7/2021
19.3.0.56 1,300 11/29/2021
19.3.0.55 413 11/23/2021
19.3.0.54 450 11/17/2021
19.3.0.53 491 11/12/2021
19.3.0.48 475 11/3/2021
19.3.0.47 445 10/26/2021
19.3.0.46 440 10/19/2021
19.3.0.45 481 10/12/2021
19.3.0.44 486 10/5/2021
19.3.0.43 482 9/30/2021
19.2.0.62 526 9/13/2021
19.2.0.60 498 9/7/2021
19.2.0.59 464 8/30/2021
19.2.0.57 482 8/24/2021
19.2.0.56 510 8/17/2021
19.2.0.55 487 8/11/2021
19.2.0.51 514 8/2/2021
19.2.0.49 544 7/26/2021
19.2.0.48 495 7/19/2021
19.2.0.47 532 7/13/2021
19.2.0.46 528 7/6/2021
19.2.0.44 554 6/30/2021
19.1.0.69 528 6/14/2021
19.1.0.67 507 6/7/2021
19.1.0.66 536 5/31/2021
19.1.0.65 505 5/24/2021
19.1.0.64 565 5/19/2021
19.1.0.63 553 5/13/2021
19.1.0.59 578 5/3/2021
19.1.0.58 514 4/26/2021
19.1.0.57 601 4/20/2021
19.1.0.56 512 4/12/2021
19.1.0.55 545 4/6/2021
19.1.0.54 610 3/30/2021
18.4.0.49 540 3/22/2021
18.4.0.48 486 3/16/2021
18.4.0.47 498 3/9/2021
18.4.0.46 502 3/2/2021
18.4.0.44 501 2/23/2021
18.4.0.43 457 2/15/2021
18.4.0.42 539 2/9/2021
18.4.0.41 510 2/2/2021
18.4.0.39 555 1/28/2021
18.4.0.35 662 1/19/2021
18.4.0.34 507 1/12/2021
18.4.0.33 551 1/4/2021
18.4.0.32 488 12/30/2020
18.4.0.31 551 12/22/2020
18.4.0.30 648 12/17/2020
18.3.0.53 692 12/8/2020
18.3.0.52 553 11/30/2020
18.3.0.51 544 11/23/2020
18.3.0.50 571 11/17/2020
18.3.0.48 584 11/10/2020
18.3.0.47 625 11/5/2020
18.3.0.44 626 10/27/2020
18.3.0.42 628 10/20/2020
18.3.0.40 601 10/12/2020
18.3.0.38 580 10/7/2020
18.3.0.35 558 10/1/2020
18.2.0.59 574 9/22/2020
18.2.0.58 621 9/15/2020
18.2.0.57 585 9/8/2020
18.2.0.56 601 9/1/2020
18.2.0.55 601 8/24/2020
18.2.0.54 583 8/18/2020
18.2.0.48 640 8/4/2020
18.2.0.47 677 7/28/2020
18.2.0.46 643 7/21/2020
18.2.0.45 637 7/14/2020
18.2.0.44 911 7/6/2020
18.1.0.59 656 6/23/2020
18.1.0.57 734 6/15/2020
18.1.0.56 624 6/9/2020
18.1.0.55 619 6/2/2020
18.1.0.54 650 5/26/2020
18.1.0.53 667 5/19/2020
18.1.0.52 631 5/13/2020
18.1.0.48 649 5/5/2020
18.1.0.46 660 4/28/2020
18.1.0.45 668 4/20/2020
18.1.0.44 857 4/14/2020
18.1.0.43 664 4/7/2020
18.1.0.42 697 4/1/2020
18.1.0.36-beta 448 3/19/2020
17.4.0.55 765 3/10/2020
17.4.0.53 668 3/3/2020
17.4.0.51 682 2/25/2020
17.4.0.50 722 2/18/2020
17.4.0.49 668 2/11/2020
17.4.0.47 673 2/5/2020
17.4.0.46 705 1/30/2020
17.4.0.44 733 1/21/2020
17.4.0.43 696 1/14/2020
17.4.0.41 719 1/7/2020
17.4.0.40 702 12/24/2019
17.4.0.39 711 12/17/2019
17.3.0.34 702 12/10/2019
17.3.0.33 705 12/4/2019
17.3.0.30 706 12/3/2019
17.3.0.29 694 11/26/2019
17.3.0.28 714 11/18/2019
17.3.0.27 677 11/12/2019
17.3.0.26 683 11/5/2019
17.3.0.21 689 10/29/2019
17.3.0.19 710 10/22/2019
17.3.0.17 744 10/15/2019
17.3.0.14 722 10/3/2019
17.3.0.9-beta 460 9/20/2019
17.2.0.51 751 9/10/2019
17.2.0.49 698 9/3/2019
17.2.0.47 741 8/27/2019
17.2.0.46 738 8/22/2019
17.2.0.41 746 8/13/2019
17.2.0.40 762 8/6/2019
17.2.0.39 739 7/30/2019
17.2.0.36 728 7/23/2019
17.2.0.35 736 7/17/2019
17.2.0.34 867 7/11/2019
17.2.0.28-beta 495 6/27/2019
17.1.0.53 744 6/25/2019
17.1.0.52 803 6/18/2019
17.1.0.51 802 6/11/2019
17.1.0.50 791 6/4/2019
17.1.0.49 731 5/28/2019
17.1.0.48 819 5/21/2019
17.1.0.47 801 5/14/2019
17.1.0.44 785 5/7/2019
17.1.0.43 762 4/30/2019
17.1.0.42 837 4/23/2019
17.1.0.41 780 4/16/2019
17.1.0.40 764 4/9/2019
17.1.0.38 797 3/29/2019
17.1.0.32-beta 492 3/13/2019
16.4.0.54 915 2/19/2019
16.4.0.53 851 2/13/2019
16.4.0.52 836 2/5/2019
16.4.0.48 841 1/22/2019
16.4.0.47 897 1/16/2019
16.4.0.46 873 1/8/2019
16.4.0.44 866 12/24/2018
16.4.0.42 908 12/17/2018
16.4.0.40-beta 594 12/10/2018
16.3.0.36 915 11/27/2018
16.3.0.35-beta 663 11/23/2018
16.3.0.29 953 10/30/2018
16.3.0.21 1,062 9/21/2018