Syncfusion.ExcelChartToImageConverter.WinForms 23.1.36

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 23.1.36                
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.WinForms -Version 23.1.36                
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="23.1.36" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.WinForms --version 23.1.36                
#r "nuget: Syncfusion.ExcelChartToImageConverter.WinForms, 23.1.36"                
#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.
// Install Syncfusion.ExcelChartToImageConverter.WinForms as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.WinForms&version=23.1.36

// Install Syncfusion.ExcelChartToImageConverter.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.WinForms&version=23.1.36                

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. 
.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
28.2.11 157 3/10/2025
28.2.9 200 3/3/2025
28.2.7 102 2/25/2025
28.2.6 106 2/17/2025
28.2.5 94 2/11/2025
28.2.4 100 2/4/2025
28.2.3 107 1/29/2025
28.1.41 102 1/20/2025
28.1.39 94 1/13/2025
28.1.38 99 1/7/2025
28.1.37 111 12/31/2024
28.1.36 102 12/23/2024
28.1.35 113 12/18/2024
28.1.33 108 12/12/2024
27.2.5 122 12/2/2024
27.2.4 114 11/26/2024
27.2.3 112 11/22/2024
27.2.2 123 11/15/2024
27.1.58 127 11/4/2024
27.1.57 127 10/28/2024
27.1.56 110 10/23/2024
27.1.55 102 10/21/2024
27.1.53 146 10/14/2024
27.1.52 109 10/7/2024
27.1.51 127 9/30/2024
27.1.50 112 9/23/2024
27.1.48 152 9/18/2024
26.2.14 144 9/9/2024
26.2.13 119 9/5/2024
26.2.12 146 9/2/2024
26.2.11 138 8/27/2024
26.2.10 138 8/19/2024
26.2.9 142 8/12/2024
26.2.8 122 8/5/2024
26.2.7 66 7/29/2024
26.2.5 84 7/25/2024
26.2.4 89 7/24/2024
26.1.42 120 7/15/2024
26.1.41 140 7/8/2024
26.1.40 158 7/1/2024
26.1.39 147 6/24/2024
26.1.38 150 6/18/2024
26.1.35 155 6/11/2024
25.2.7 100 6/3/2024
25.2.6 152 5/28/2024
25.2.5 137 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 143 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 149 3/26/2024
25.1.35 187 3/15/2024
24.2.9 160 3/4/2024
24.2.8 167 2/26/2024
24.2.7 147 2/19/2024
24.2.6 160 2/14/2024
24.2.5 143 2/12/2024
24.2.4 140 2/5/2024
24.2.3 161 1/31/2024
24.1.47 128 1/22/2024
24.1.46 153 1/16/2024
24.1.45 155 1/8/2024
24.1.44 167 1/2/2024
24.1.43 162 12/27/2023
24.1.41 243 12/18/2023
23.2.7 182 12/6/2023
23.2.6 167 11/28/2023
23.2.5 161 11/23/2023
23.2.4 169 11/20/2023
23.1.44 154 11/6/2023
23.1.43 176 10/30/2023
23.1.42 146 10/23/2023
23.1.41 158 10/16/2023
23.1.40 164 10/10/2023
23.1.39 168 10/4/2023
23.1.38 160 9/26/2023
23.1.36 216 9/15/2023
22.2.12 197 9/5/2023
22.2.11 176 8/28/2023
22.2.10 165 8/22/2023
22.2.9 187 8/14/2023
22.2.8 159 8/7/2023
22.2.7 190 8/2/2023
22.2.5 214 7/27/2023
22.1.39 210 7/18/2023
22.1.38 209 7/11/2023
22.1.37 206 7/3/2023
22.1.36 199 6/28/2023
22.1.34 264 6/21/2023
21.2.10 201 6/12/2023
21.2.9 212 6/6/2023
21.2.8 189 5/30/2023
21.2.6 224 5/22/2023
21.2.5 250 5/15/2023
21.2.4 244 5/9/2023
21.2.3 269 5/3/2023
21.1.41 292 4/19/2023
21.1.39 263 4/10/2023
21.1.38 279 4/3/2023
21.1.37 310 3/29/2023
21.1.35 324 3/23/2023
20.4.0.54 322 3/13/2023
20.4.0.53 308 3/7/2023
20.4.0.52 301 2/28/2023
20.4.0.51 346 2/21/2023
20.4.0.50 304 2/14/2023
20.4.0.49 335 2/7/2023
20.4.0.48 366 2/1/2023
20.4.0.44 376 1/18/2023
20.4.0.43 441 1/10/2023
20.4.0.42 392 1/4/2023
20.4.0.41 417 12/29/2022
20.4.0.40 378 12/28/2022
20.4.0.38 408 12/21/2022
20.3.0.61 349 12/12/2022
20.3.0.60 344 12/6/2022
20.3.0.59 401 11/29/2022
20.3.0.58 426 11/21/2022
20.3.0.57 415 11/14/2022
20.3.0.56 686 11/8/2022
20.3.0.52 472 10/27/2022
20.3.0.50 479 10/17/2022
20.3.0.49 484 10/11/2022
20.3.0.48 476 10/5/2022
20.3.0.47 523 9/29/2022
20.2.0.50 550 9/20/2022
20.2.0.49 588 9/13/2022
20.2.0.48 510 9/6/2022
20.2.0.46 524 8/30/2022
20.2.0.45 501 8/23/2022
20.2.0.44 495 8/16/2022
20.2.0.43 518 8/8/2022
20.2.0.40 501 7/26/2022
20.2.0.39 495 7/19/2022
20.2.0.38 547 7/12/2022
20.2.0.36 576 6/30/2022
20.1.0.61 545 6/20/2022
20.1.0.60 517 6/14/2022
20.1.0.59 537 6/6/2022
20.1.0.58 528 5/30/2022
20.1.0.57 515 5/23/2022
20.1.0.56 522 5/17/2022
20.1.0.55 521 5/12/2022
20.1.0.52 567 5/2/2022
20.1.0.51 550 4/26/2022
20.1.0.50 512 4/19/2022
20.1.0.48 668 4/12/2022
20.1.0.47 603 4/4/2022
19.4.0.56 648 3/14/2022
19.4.0.55 579 3/8/2022
19.4.0.54 648 2/28/2022
19.4.0.53 546 2/21/2022
19.4.0.52 568 2/15/2022
19.4.0.50 563 2/8/2022
19.4.0.48 588 1/31/2022
19.4.0.47 548 1/24/2022
19.4.0.43 589 1/18/2022
19.4.0.42 565 1/10/2022
19.4.0.41 414 1/4/2022
19.4.0.40 395 12/28/2021
19.4.0.38 436 12/17/2021
19.3.0.59 409 12/14/2021
19.3.0.57 533 12/7/2021
19.3.0.56 1,295 11/29/2021
19.3.0.55 408 11/23/2021
19.3.0.54 446 11/17/2021
19.3.0.53 486 11/12/2021
19.3.0.48 470 11/3/2021
19.3.0.47 440 10/26/2021
19.3.0.46 436 10/19/2021
19.3.0.45 476 10/12/2021
19.3.0.44 481 10/5/2021
19.3.0.43 478 9/30/2021
19.2.0.62 521 9/13/2021
19.2.0.60 493 9/7/2021
19.2.0.59 459 8/30/2021
19.2.0.57 477 8/24/2021
19.2.0.56 505 8/17/2021
19.2.0.55 482 8/11/2021
19.2.0.51 509 8/2/2021
19.2.0.49 539 7/26/2021
19.2.0.48 491 7/19/2021
19.2.0.47 528 7/13/2021
19.2.0.46 524 7/6/2021
19.2.0.44 551 6/30/2021
19.1.0.69 525 6/14/2021
19.1.0.67 504 6/7/2021
19.1.0.66 533 5/31/2021
19.1.0.65 502 5/24/2021
19.1.0.64 562 5/19/2021
19.1.0.63 550 5/13/2021
19.1.0.59 574 5/3/2021
19.1.0.58 510 4/26/2021
19.1.0.57 597 4/20/2021
19.1.0.56 508 4/12/2021
19.1.0.55 541 4/6/2021
19.1.0.54 606 3/30/2021
18.4.0.49 536 3/22/2021
18.4.0.48 482 3/16/2021
18.4.0.47 493 3/9/2021
18.4.0.46 497 3/2/2021
18.4.0.44 496 2/23/2021
18.4.0.43 452 2/15/2021
18.4.0.42 534 2/9/2021
18.4.0.41 505 2/2/2021
18.4.0.39 550 1/28/2021
18.4.0.35 657 1/19/2021
18.4.0.34 502 1/12/2021
18.4.0.33 546 1/4/2021
18.4.0.32 483 12/30/2020
18.4.0.31 546 12/22/2020
18.4.0.30 643 12/17/2020
18.3.0.53 687 12/8/2020
18.3.0.52 548 11/30/2020
18.3.0.51 539 11/23/2020
18.3.0.50 566 11/17/2020
18.3.0.48 579 11/10/2020
18.3.0.47 620 11/5/2020
18.3.0.44 621 10/27/2020
18.3.0.42 623 10/20/2020
18.3.0.40 596 10/12/2020
18.3.0.38 576 10/7/2020
18.3.0.35 554 10/1/2020
18.2.0.59 570 9/22/2020
18.2.0.58 617 9/15/2020
18.2.0.57 581 9/8/2020
18.2.0.56 597 9/1/2020
18.2.0.55 597 8/24/2020
18.2.0.54 579 8/18/2020
18.2.0.48 636 8/4/2020
18.2.0.47 673 7/28/2020
18.2.0.46 638 7/21/2020
18.2.0.45 632 7/14/2020
18.2.0.44 906 7/6/2020
18.1.0.59 651 6/23/2020
18.1.0.57 729 6/15/2020
18.1.0.56 619 6/9/2020
18.1.0.55 614 6/2/2020
18.1.0.54 645 5/26/2020
18.1.0.53 662 5/19/2020
18.1.0.52 626 5/13/2020
18.1.0.48 644 5/5/2020
18.1.0.46 655 4/28/2020
18.1.0.45 663 4/20/2020
18.1.0.44 852 4/14/2020
18.1.0.43 659 4/7/2020
18.1.0.42 692 4/1/2020
18.1.0.36-beta 443 3/19/2020
17.4.0.55 758 3/10/2020
17.4.0.53 663 3/3/2020
17.4.0.51 677 2/25/2020
17.4.0.50 717 2/18/2020
17.4.0.49 663 2/11/2020
17.4.0.47 668 2/5/2020
17.4.0.46 700 1/30/2020
17.4.0.44 728 1/21/2020
17.4.0.43 691 1/14/2020
17.4.0.41 714 1/7/2020
17.4.0.40 697 12/24/2019
17.4.0.39 706 12/17/2019
17.3.0.34 697 12/10/2019
17.3.0.33 700 12/4/2019
17.3.0.30 701 12/3/2019
17.3.0.29 689 11/26/2019
17.3.0.28 709 11/18/2019
17.3.0.27 672 11/12/2019
17.3.0.26 678 11/5/2019
17.3.0.21 684 10/29/2019
17.3.0.19 705 10/22/2019
17.3.0.17 739 10/15/2019
17.3.0.14 717 10/3/2019
17.3.0.9-beta 455 9/20/2019
17.2.0.51 746 9/10/2019
17.2.0.49 693 9/3/2019
17.2.0.47 736 8/27/2019
17.2.0.46 733 8/22/2019
17.2.0.41 741 8/13/2019
17.2.0.40 757 8/6/2019
17.2.0.39 734 7/30/2019
17.2.0.36 723 7/23/2019
17.2.0.35 731 7/17/2019
17.2.0.34 862 7/11/2019
17.2.0.28-beta 490 6/27/2019
17.1.0.53 739 6/25/2019
17.1.0.52 798 6/18/2019
17.1.0.51 797 6/11/2019
17.1.0.50 786 6/4/2019
17.1.0.49 726 5/28/2019
17.1.0.48 814 5/21/2019
17.1.0.47 796 5/14/2019
17.1.0.44 780 5/7/2019
17.1.0.43 757 4/30/2019
17.1.0.42 832 4/23/2019
17.1.0.41 775 4/16/2019
17.1.0.40 759 4/9/2019
17.1.0.38 792 3/29/2019
17.1.0.32-beta 487 3/13/2019
16.4.0.54 910 2/19/2019
16.4.0.53 846 2/13/2019
16.4.0.52 831 2/5/2019
16.4.0.48 836 1/22/2019
16.4.0.47 892 1/16/2019
16.4.0.46 868 1/8/2019
16.4.0.44 861 12/24/2018
16.4.0.42 903 12/17/2018
16.4.0.40-beta 589 12/10/2018
16.3.0.36 910 11/27/2018
16.3.0.35-beta 658 11/23/2018
16.3.0.29 947 10/30/2018
16.3.0.21 1,056 9/21/2018