Syncfusion.ExcelChartToImageConverter.WinForms 27.1.57

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

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

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 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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible. 
.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.2.4 83 11/26/2024
27.2.3 83 11/22/2024
27.2.2 99 11/15/2024
27.1.58 104 11/4/2024
27.1.57 96 10/28/2024
27.1.56 89 10/23/2024
27.1.55 83 10/21/2024
27.1.53 127 10/14/2024
27.1.52 92 10/7/2024
27.1.51 110 9/30/2024
27.1.50 94 9/23/2024
27.1.48 136 9/18/2024
26.2.14 128 9/9/2024
26.2.13 101 9/5/2024
26.2.12 129 9/2/2024
26.2.11 119 8/27/2024
26.2.10 123 8/19/2024
26.2.9 128 8/12/2024
26.2.8 107 8/5/2024
26.2.7 49 7/29/2024
26.2.5 66 7/25/2024
26.2.4 73 7/24/2024
26.1.42 104 7/15/2024
26.1.41 123 7/8/2024
26.1.40 142 7/1/2024
26.1.39 129 6/24/2024
26.1.38 135 6/18/2024
26.1.35 142 6/11/2024
25.2.7 86 6/3/2024
25.2.6 138 5/28/2024
25.2.5 122 5/21/2024
25.2.4 134 5/14/2024
25.2.3 152 5/8/2024
25.1.42 121 4/29/2024
25.1.41 130 4/23/2024
25.1.40 110 4/15/2024
25.1.39 139 4/8/2024
25.1.38 152 4/1/2024
25.1.37 137 3/26/2024
25.1.35 174 3/15/2024
24.2.9 148 3/4/2024
24.2.8 152 2/26/2024
24.2.7 125 2/19/2024
24.2.6 141 2/14/2024
24.2.5 130 2/12/2024
24.2.4 125 2/5/2024
24.2.3 146 1/31/2024
24.1.47 116 1/22/2024
24.1.46 138 1/16/2024
24.1.45 142 1/8/2024
24.1.44 152 1/2/2024
24.1.43 149 12/27/2023
24.1.41 215 12/18/2023
23.2.7 169 12/6/2023
23.2.6 154 11/28/2023
23.2.5 148 11/23/2023
23.2.4 156 11/20/2023
23.1.44 142 11/6/2023
23.1.43 163 10/30/2023
23.1.42 132 10/23/2023
23.1.41 146 10/16/2023
23.1.40 152 10/10/2023
23.1.39 156 10/4/2023
23.1.38 148 9/26/2023
23.1.36 203 9/15/2023
22.2.12 185 9/5/2023
22.2.11 164 8/28/2023
22.2.10 144 8/22/2023
22.2.9 174 8/14/2023
22.2.8 145 8/7/2023
22.2.7 176 8/2/2023
22.2.5 199 7/27/2023
22.1.39 199 7/18/2023
22.1.38 191 7/11/2023
22.1.37 195 7/3/2023
22.1.36 186 6/28/2023
22.1.34 252 6/21/2023
21.2.10 186 6/12/2023
21.2.9 195 6/6/2023
21.2.8 168 5/30/2023
21.2.6 206 5/22/2023
21.2.5 231 5/15/2023
21.2.4 227 5/9/2023
21.2.3 248 5/3/2023
21.1.41 274 4/19/2023
21.1.39 245 4/10/2023
21.1.38 262 4/3/2023
21.1.37 291 3/29/2023
21.1.35 307 3/23/2023
20.4.0.54 301 3/13/2023
20.4.0.53 292 3/7/2023
20.4.0.52 283 2/28/2023
20.4.0.51 323 2/21/2023
20.4.0.50 281 2/14/2023
20.4.0.49 315 2/7/2023
20.4.0.48 346 2/1/2023
20.4.0.44 358 1/18/2023
20.4.0.43 414 1/10/2023
20.4.0.42 371 1/4/2023
20.4.0.41 396 12/29/2022
20.4.0.40 357 12/28/2022
20.4.0.38 383 12/21/2022
20.3.0.61 328 12/12/2022
20.3.0.60 325 12/6/2022
20.3.0.59 388 11/29/2022
20.3.0.58 413 11/21/2022
20.3.0.57 401 11/14/2022
20.3.0.56 630 11/8/2022
20.3.0.52 458 10/27/2022
20.3.0.50 465 10/17/2022
20.3.0.49 471 10/11/2022
20.3.0.48 462 10/5/2022
20.3.0.47 508 9/29/2022
20.2.0.50 535 9/20/2022
20.2.0.49 568 9/13/2022
20.2.0.48 494 9/6/2022
20.2.0.46 509 8/30/2022
20.2.0.45 486 8/23/2022
20.2.0.44 480 8/16/2022
20.2.0.43 501 8/8/2022
20.2.0.40 486 7/26/2022
20.2.0.39 480 7/19/2022
20.2.0.38 532 7/12/2022
20.2.0.36 561 6/30/2022
20.1.0.61 530 6/20/2022
20.1.0.60 502 6/14/2022
20.1.0.59 522 6/6/2022
20.1.0.58 515 5/30/2022
20.1.0.57 500 5/23/2022
20.1.0.56 507 5/17/2022
20.1.0.55 506 5/12/2022
20.1.0.52 552 5/2/2022
20.1.0.51 534 4/26/2022
20.1.0.50 495 4/19/2022
20.1.0.48 652 4/12/2022
20.1.0.47 586 4/4/2022
19.4.0.56 600 3/14/2022
19.4.0.55 563 3/8/2022
19.4.0.54 629 2/28/2022
19.4.0.53 529 2/21/2022
19.4.0.52 551 2/15/2022
19.4.0.50 545 2/8/2022
19.4.0.48 571 1/31/2022
19.4.0.47 531 1/24/2022
19.4.0.43 571 1/18/2022
19.4.0.42 546 1/10/2022
19.4.0.41 397 1/4/2022
19.4.0.40 379 12/28/2021
19.4.0.38 419 12/17/2021
19.3.0.59 392 12/14/2021
19.3.0.57 497 12/7/2021
19.3.0.56 1,276 11/29/2021
19.3.0.55 391 11/23/2021
19.3.0.54 427 11/17/2021
19.3.0.53 470 11/12/2021
19.3.0.48 453 11/3/2021
19.3.0.47 420 10/26/2021
19.3.0.46 419 10/19/2021
19.3.0.45 459 10/12/2021
19.3.0.44 462 10/5/2021
19.3.0.43 461 9/30/2021
19.2.0.62 501 9/13/2021
19.2.0.60 476 9/7/2021
19.2.0.59 442 8/30/2021
19.2.0.57 460 8/24/2021
19.2.0.56 488 8/17/2021
19.2.0.55 465 8/11/2021
19.2.0.51 493 8/2/2021
19.2.0.49 523 7/26/2021
19.2.0.48 470 7/19/2021
19.2.0.47 511 7/13/2021
19.2.0.46 507 7/6/2021
19.2.0.44 533 6/30/2021
19.1.0.69 507 6/14/2021
19.1.0.67 486 6/7/2021
19.1.0.66 515 5/31/2021
19.1.0.65 484 5/24/2021
19.1.0.64 538 5/19/2021
19.1.0.63 533 5/13/2021
19.1.0.59 549 5/3/2021
19.1.0.58 489 4/26/2021
19.1.0.57 570 4/20/2021
19.1.0.56 489 4/12/2021
19.1.0.55 519 4/6/2021
19.1.0.54 584 3/30/2021
18.4.0.49 516 3/22/2021
18.4.0.48 462 3/16/2021
18.4.0.47 470 3/9/2021
18.4.0.46 476 3/2/2021
18.4.0.44 475 2/23/2021
18.4.0.43 431 2/15/2021
18.4.0.42 513 2/9/2021
18.4.0.41 484 2/2/2021
18.4.0.39 527 1/28/2021
18.4.0.35 637 1/19/2021
18.4.0.34 480 1/12/2021
18.4.0.33 525 1/4/2021
18.4.0.32 463 12/30/2020
18.4.0.31 526 12/22/2020
18.4.0.30 622 12/17/2020
18.3.0.53 666 12/8/2020
18.3.0.52 527 11/30/2020
18.3.0.51 518 11/23/2020
18.3.0.50 545 11/17/2020
18.3.0.48 556 11/10/2020
18.3.0.47 600 11/5/2020
18.3.0.44 600 10/27/2020
18.3.0.42 602 10/20/2020
18.3.0.40 575 10/12/2020
18.3.0.38 554 10/7/2020
18.3.0.35 533 10/1/2020
18.2.0.59 549 9/22/2020
18.2.0.58 596 9/15/2020
18.2.0.57 558 9/8/2020
18.2.0.56 574 9/1/2020
18.2.0.55 575 8/24/2020
18.2.0.54 557 8/18/2020
18.2.0.48 614 8/4/2020
18.2.0.47 650 7/28/2020
18.2.0.46 616 7/21/2020
18.2.0.45 608 7/14/2020
18.2.0.44 884 7/6/2020
18.1.0.59 628 6/23/2020
18.1.0.57 701 6/15/2020
18.1.0.56 597 6/9/2020
18.1.0.55 591 6/2/2020
18.1.0.54 623 5/26/2020
18.1.0.53 638 5/19/2020
18.1.0.52 602 5/13/2020
18.1.0.48 621 5/5/2020
18.1.0.46 631 4/28/2020
18.1.0.45 639 4/20/2020
18.1.0.44 824 4/14/2020
18.1.0.43 635 4/7/2020
18.1.0.42 670 4/1/2020
18.1.0.36-beta 422 3/19/2020
17.4.0.55 693 3/10/2020
17.4.0.53 632 3/3/2020
17.4.0.51 653 2/25/2020
17.4.0.50 693 2/18/2020
17.4.0.49 639 2/11/2020
17.4.0.47 645 2/5/2020
17.4.0.46 676 1/30/2020
17.4.0.44 704 1/21/2020
17.4.0.43 664 1/14/2020
17.4.0.41 691 1/7/2020
17.4.0.40 673 12/24/2019
17.4.0.39 682 12/17/2019
17.3.0.34 675 12/10/2019
17.3.0.33 678 12/4/2019
17.3.0.30 679 12/3/2019
17.3.0.29 667 11/26/2019
17.3.0.28 687 11/18/2019
17.3.0.27 650 11/12/2019
17.3.0.26 656 11/5/2019
17.3.0.21 661 10/29/2019
17.3.0.19 682 10/22/2019
17.3.0.17 716 10/15/2019
17.3.0.14 695 10/3/2019
17.3.0.9-beta 435 9/20/2019
17.2.0.51 724 9/10/2019
17.2.0.49 670 9/3/2019
17.2.0.47 713 8/27/2019
17.2.0.46 711 8/22/2019
17.2.0.41 717 8/13/2019
17.2.0.40 735 8/6/2019
17.2.0.39 709 7/30/2019
17.2.0.36 697 7/23/2019
17.2.0.35 704 7/17/2019
17.2.0.34 840 7/11/2019
17.2.0.28-beta 469 6/27/2019
17.1.0.53 717 6/25/2019
17.1.0.52 774 6/18/2019
17.1.0.51 772 6/11/2019
17.1.0.50 760 6/4/2019
17.1.0.49 704 5/28/2019
17.1.0.48 787 5/21/2019
17.1.0.47 770 5/14/2019
17.1.0.44 757 5/7/2019
17.1.0.43 734 4/30/2019
17.1.0.42 809 4/23/2019
17.1.0.41 748 4/16/2019
17.1.0.40 736 4/9/2019
17.1.0.38 769 3/29/2019
17.1.0.32-beta 464 3/13/2019
16.4.0.54 884 2/19/2019
16.4.0.53 821 2/13/2019
16.4.0.52 805 2/5/2019
16.4.0.48 810 1/22/2019
16.4.0.47 868 1/16/2019
16.4.0.46 842 1/8/2019
16.4.0.44 835 12/24/2018
16.4.0.42 877 12/17/2018
16.4.0.40-beta 565 12/10/2018
16.3.0.36 882 11/27/2018
16.3.0.35-beta 629 11/23/2018
16.3.0.29 909 10/30/2018
16.3.0.21 1,017 9/21/2018