Syncfusion.ExcelChartToImageConverter.WinForms 26.2.7

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

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

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. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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
27.1.53 106 10/14/2024
27.1.52 75 10/7/2024
27.1.51 96 9/30/2024
27.1.50 81 9/23/2024
27.1.48 119 9/18/2024
26.2.14 118 9/9/2024
26.2.13 91 9/5/2024
26.2.12 120 9/2/2024
26.2.11 113 8/27/2024
26.2.10 117 8/19/2024
26.2.9 121 8/12/2024
26.2.8 98 8/5/2024
26.2.7 44 7/29/2024
26.2.5 59 7/25/2024
26.2.4 65 7/24/2024
26.1.42 98 7/15/2024
26.1.41 118 7/8/2024
26.1.40 133 7/1/2024
26.1.39 120 6/24/2024
26.1.38 130 6/18/2024
26.1.35 137 6/11/2024
25.2.7 81 6/3/2024
25.2.6 133 5/28/2024
25.2.5 117 5/21/2024
25.2.4 129 5/14/2024
25.2.3 147 5/8/2024
25.1.42 116 4/29/2024
25.1.41 123 4/23/2024
25.1.40 105 4/15/2024
25.1.39 134 4/8/2024
25.1.38 147 4/1/2024
25.1.37 132 3/26/2024
25.1.35 167 3/15/2024
24.2.9 143 3/4/2024
24.2.8 147 2/26/2024
24.2.7 120 2/19/2024
24.2.6 134 2/14/2024
24.2.5 125 2/12/2024
24.2.4 120 2/5/2024
24.2.3 139 1/31/2024
24.1.47 111 1/22/2024
24.1.46 127 1/16/2024
24.1.45 137 1/8/2024
24.1.44 147 1/2/2024
24.1.43 142 12/27/2023
24.1.41 207 12/18/2023
23.2.7 164 12/6/2023
23.2.6 149 11/28/2023
23.2.5 141 11/23/2023
23.2.4 151 11/20/2023
23.1.44 135 11/6/2023
23.1.43 158 10/30/2023
23.1.42 127 10/23/2023
23.1.41 141 10/16/2023
23.1.40 145 10/10/2023
23.1.39 145 10/4/2023
23.1.38 143 9/26/2023
23.1.36 182 9/15/2023
22.2.12 180 9/5/2023
22.2.11 159 8/28/2023
22.2.10 137 8/22/2023
22.2.9 167 8/14/2023
22.2.8 140 8/7/2023
22.2.7 169 8/2/2023
22.2.5 194 7/27/2023
22.1.39 194 7/18/2023
22.1.38 186 7/11/2023
22.1.37 188 7/3/2023
22.1.36 181 6/28/2023
22.1.34 247 6/21/2023
21.2.10 181 6/12/2023
21.2.9 190 6/6/2023
21.2.8 163 5/30/2023
21.2.6 201 5/22/2023
21.2.5 226 5/15/2023
21.2.4 222 5/9/2023
21.2.3 243 5/3/2023
21.1.41 269 4/19/2023
21.1.39 240 4/10/2023
21.1.38 257 4/3/2023
21.1.37 286 3/29/2023
21.1.35 302 3/23/2023
20.4.0.54 290 3/13/2023
20.4.0.53 287 3/7/2023
20.4.0.52 278 2/28/2023
20.4.0.51 318 2/21/2023
20.4.0.50 276 2/14/2023
20.4.0.49 310 2/7/2023
20.4.0.48 341 2/1/2023
20.4.0.44 353 1/18/2023
20.4.0.43 399 1/10/2023
20.4.0.42 366 1/4/2023
20.4.0.41 391 12/29/2022
20.4.0.40 352 12/28/2022
20.4.0.38 378 12/21/2022
20.3.0.61 323 12/12/2022
20.3.0.60 320 12/6/2022
20.3.0.59 383 11/29/2022
20.3.0.58 408 11/21/2022
20.3.0.57 396 11/14/2022
20.3.0.56 598 11/8/2022
20.3.0.52 453 10/27/2022
20.3.0.50 460 10/17/2022
20.3.0.49 466 10/11/2022
20.3.0.48 457 10/5/2022
20.3.0.47 501 9/29/2022
20.2.0.50 530 9/20/2022
20.2.0.49 559 9/13/2022
20.2.0.48 489 9/6/2022
20.2.0.46 504 8/30/2022
20.2.0.45 481 8/23/2022
20.2.0.44 475 8/16/2022
20.2.0.43 496 8/8/2022
20.2.0.40 481 7/26/2022
20.2.0.39 475 7/19/2022
20.2.0.38 527 7/12/2022
20.2.0.36 556 6/30/2022
20.1.0.61 525 6/20/2022
20.1.0.60 497 6/14/2022
20.1.0.59 517 6/6/2022
20.1.0.58 510 5/30/2022
20.1.0.57 495 5/23/2022
20.1.0.56 502 5/17/2022
20.1.0.55 501 5/12/2022
20.1.0.52 547 5/2/2022
20.1.0.51 529 4/26/2022
20.1.0.50 490 4/19/2022
20.1.0.48 641 4/12/2022
20.1.0.47 581 4/4/2022
19.4.0.56 589 3/14/2022
19.4.0.55 558 3/8/2022
19.4.0.54 620 2/28/2022
19.4.0.53 524 2/21/2022
19.4.0.52 546 2/15/2022
19.4.0.50 540 2/8/2022
19.4.0.48 566 1/31/2022
19.4.0.47 526 1/24/2022
19.4.0.43 560 1/18/2022
19.4.0.42 541 1/10/2022
19.4.0.41 392 1/4/2022
19.4.0.40 374 12/28/2021
19.4.0.38 414 12/17/2021
19.3.0.59 387 12/14/2021
19.3.0.57 490 12/7/2021
19.3.0.56 1,271 11/29/2021
19.3.0.55 386 11/23/2021
19.3.0.54 422 11/17/2021
19.3.0.53 463 11/12/2021
19.3.0.48 448 11/3/2021
19.3.0.47 415 10/26/2021
19.3.0.46 414 10/19/2021
19.3.0.45 454 10/12/2021
19.3.0.44 457 10/5/2021
19.3.0.43 456 9/30/2021
19.2.0.62 496 9/13/2021
19.2.0.60 470 9/7/2021
19.2.0.59 437 8/30/2021
19.2.0.57 449 8/24/2021
19.2.0.56 483 8/17/2021
19.2.0.55 460 8/11/2021
19.2.0.51 488 8/2/2021
19.2.0.49 518 7/26/2021
19.2.0.48 465 7/19/2021
19.2.0.47 505 7/13/2021
19.2.0.46 502 7/6/2021
19.2.0.44 527 6/30/2021
19.1.0.69 502 6/14/2021
19.1.0.67 481 6/7/2021
19.1.0.66 510 5/31/2021
19.1.0.65 479 5/24/2021
19.1.0.64 531 5/19/2021
19.1.0.63 527 5/13/2021
19.1.0.59 542 5/3/2021
19.1.0.58 484 4/26/2021
19.1.0.57 559 4/20/2021
19.1.0.56 484 4/12/2021
19.1.0.55 514 4/6/2021
19.1.0.54 578 3/30/2021
18.4.0.49 511 3/22/2021
18.4.0.48 457 3/16/2021
18.4.0.47 465 3/9/2021
18.4.0.46 471 3/2/2021
18.4.0.44 470 2/23/2021
18.4.0.43 426 2/15/2021
18.4.0.42 502 2/9/2021
18.4.0.41 479 2/2/2021
18.4.0.39 522 1/28/2021
18.4.0.35 632 1/19/2021
18.4.0.34 475 1/12/2021
18.4.0.33 520 1/4/2021
18.4.0.32 458 12/30/2020
18.4.0.31 521 12/22/2020
18.4.0.30 615 12/17/2020
18.3.0.53 661 12/8/2020
18.3.0.52 522 11/30/2020
18.3.0.51 513 11/23/2020
18.3.0.50 540 11/17/2020
18.3.0.48 551 11/10/2020
18.3.0.47 595 11/5/2020
18.3.0.44 595 10/27/2020
18.3.0.42 596 10/20/2020
18.3.0.40 570 10/12/2020
18.3.0.38 549 10/7/2020
18.3.0.35 527 10/1/2020
18.2.0.59 543 9/22/2020
18.2.0.58 591 9/15/2020
18.2.0.57 553 9/8/2020
18.2.0.56 563 9/1/2020
18.2.0.55 570 8/24/2020
18.2.0.54 552 8/18/2020
18.2.0.48 609 8/4/2020
18.2.0.47 645 7/28/2020
18.2.0.46 611 7/21/2020
18.2.0.45 603 7/14/2020
18.2.0.44 879 7/6/2020
18.1.0.59 623 6/23/2020
18.1.0.57 696 6/15/2020
18.1.0.56 586 6/9/2020
18.1.0.55 586 6/2/2020
18.1.0.54 618 5/26/2020
18.1.0.53 633 5/19/2020
18.1.0.52 597 5/13/2020
18.1.0.48 616 5/5/2020
18.1.0.46 620 4/28/2020
18.1.0.45 634 4/20/2020
18.1.0.44 818 4/14/2020
18.1.0.43 630 4/7/2020
18.1.0.42 665 4/1/2020
18.1.0.36-beta 419 3/19/2020
17.4.0.55 688 3/10/2020
17.4.0.53 627 3/3/2020
17.4.0.51 648 2/25/2020
17.4.0.50 688 2/18/2020
17.4.0.49 634 2/11/2020
17.4.0.47 640 2/5/2020
17.4.0.46 665 1/30/2020
17.4.0.44 699 1/21/2020
17.4.0.43 659 1/14/2020
17.4.0.41 686 1/7/2020
17.4.0.40 668 12/24/2019
17.4.0.39 677 12/17/2019
17.3.0.34 668 12/10/2019
17.3.0.33 673 12/4/2019
17.3.0.30 672 12/3/2019
17.3.0.29 662 11/26/2019
17.3.0.28 682 11/18/2019
17.3.0.27 645 11/12/2019
17.3.0.26 649 11/5/2019
17.3.0.21 656 10/29/2019
17.3.0.19 677 10/22/2019
17.3.0.17 711 10/15/2019
17.3.0.14 690 10/3/2019
17.3.0.9-beta 432 9/20/2019
17.2.0.51 719 9/10/2019
17.2.0.49 665 9/3/2019
17.2.0.47 707 8/27/2019
17.2.0.46 706 8/22/2019
17.2.0.41 712 8/13/2019
17.2.0.40 730 8/6/2019
17.2.0.39 704 7/30/2019
17.2.0.36 692 7/23/2019
17.2.0.35 699 7/17/2019
17.2.0.34 833 7/11/2019
17.2.0.28-beta 466 6/27/2019
17.1.0.53 710 6/25/2019
17.1.0.52 769 6/18/2019
17.1.0.51 767 6/11/2019
17.1.0.50 747 6/4/2019
17.1.0.49 699 5/28/2019
17.1.0.48 780 5/21/2019
17.1.0.47 765 5/14/2019
17.1.0.44 746 5/7/2019
17.1.0.43 727 4/30/2019
17.1.0.42 802 4/23/2019
17.1.0.41 743 4/16/2019
17.1.0.40 731 4/9/2019
17.1.0.38 764 3/29/2019
17.1.0.32-beta 461 3/13/2019
16.4.0.54 879 2/19/2019
16.4.0.53 816 2/13/2019
16.4.0.52 800 2/5/2019
16.4.0.48 805 1/22/2019
16.4.0.47 863 1/16/2019
16.4.0.46 835 1/8/2019
16.4.0.44 828 12/24/2018
16.4.0.42 872 12/17/2018
16.4.0.40-beta 560 12/10/2018
16.3.0.36 877 11/27/2018
16.3.0.35-beta 624 11/23/2018
16.3.0.29 902 10/30/2018
16.3.0.21 1,010 9/21/2018