Syncfusion.ExcelChartToImageConverter.WinForms 28.1.35

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

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

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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  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
28.1.36 77 12/23/2024
28.1.35 90 12/18/2024
28.1.33 87 12/12/2024
27.2.5 97 12/2/2024
27.2.4 96 11/26/2024
27.2.3 97 11/22/2024
27.2.2 110 11/15/2024
27.1.58 111 11/4/2024
27.1.57 107 10/28/2024
27.1.56 96 10/23/2024
27.1.55 87 10/21/2024
27.1.53 133 10/14/2024
27.1.52 96 10/7/2024
27.1.51 116 9/30/2024
27.1.50 99 9/23/2024
27.1.48 141 9/18/2024
26.2.14 133 9/9/2024
26.2.13 108 9/5/2024
26.2.12 134 9/2/2024
26.2.11 129 8/27/2024
26.2.10 127 8/19/2024
26.2.9 131 8/12/2024
26.2.8 111 8/5/2024
26.2.7 55 7/29/2024
26.2.5 73 7/25/2024
26.2.4 80 7/24/2024
26.1.42 110 7/15/2024
26.1.41 130 7/8/2024
26.1.40 146 7/1/2024
26.1.39 137 6/24/2024
26.1.38 138 6/18/2024
26.1.35 149 6/11/2024
25.2.7 90 6/3/2024
25.2.6 142 5/28/2024
25.2.5 127 5/21/2024
25.2.4 138 5/14/2024
25.2.3 157 5/8/2024
25.1.42 124 4/29/2024
25.1.41 132 4/23/2024
25.1.40 113 4/15/2024
25.1.39 142 4/8/2024
25.1.38 155 4/1/2024
25.1.37 139 3/26/2024
25.1.35 177 3/15/2024
24.2.9 150 3/4/2024
24.2.8 157 2/26/2024
24.2.7 130 2/19/2024
24.2.6 150 2/14/2024
24.2.5 133 2/12/2024
24.2.4 129 2/5/2024
24.2.3 151 1/31/2024
24.1.47 118 1/22/2024
24.1.46 143 1/16/2024
24.1.45 145 1/8/2024
24.1.44 155 1/2/2024
24.1.43 151 12/27/2023
24.1.41 220 12/18/2023
23.2.7 172 12/6/2023
23.2.6 157 11/28/2023
23.2.5 150 11/23/2023
23.2.4 159 11/20/2023
23.1.44 144 11/6/2023
23.1.43 166 10/30/2023
23.1.42 134 10/23/2023
23.1.41 148 10/16/2023
23.1.40 154 10/10/2023
23.1.39 158 10/4/2023
23.1.38 150 9/26/2023
23.1.36 206 9/15/2023
22.2.12 187 9/5/2023
22.2.11 166 8/28/2023
22.2.10 147 8/22/2023
22.2.9 177 8/14/2023
22.2.8 148 8/7/2023
22.2.7 178 8/2/2023
22.2.5 201 7/27/2023
22.1.39 200 7/18/2023
22.1.38 195 7/11/2023
22.1.37 196 7/3/2023
22.1.36 189 6/28/2023
22.1.34 254 6/21/2023
21.2.10 189 6/12/2023
21.2.9 199 6/6/2023
21.2.8 173 5/30/2023
21.2.6 210 5/22/2023
21.2.5 233 5/15/2023
21.2.4 228 5/9/2023
21.2.3 254 5/3/2023
21.1.41 278 4/19/2023
21.1.39 247 4/10/2023
21.1.38 263 4/3/2023
21.1.37 295 3/29/2023
21.1.35 308 3/23/2023
20.4.0.54 304 3/13/2023
20.4.0.53 294 3/7/2023
20.4.0.52 287 2/28/2023
20.4.0.51 331 2/21/2023
20.4.0.50 284 2/14/2023
20.4.0.49 317 2/7/2023
20.4.0.48 349 2/1/2023
20.4.0.44 359 1/18/2023
20.4.0.43 421 1/10/2023
20.4.0.42 374 1/4/2023
20.4.0.41 399 12/29/2022
20.4.0.40 362 12/28/2022
20.4.0.38 386 12/21/2022
20.3.0.61 333 12/12/2022
20.3.0.60 330 12/6/2022
20.3.0.59 393 11/29/2022
20.3.0.58 418 11/21/2022
20.3.0.57 408 11/14/2022
20.3.0.56 642 11/8/2022
20.3.0.52 463 10/27/2022
20.3.0.50 470 10/17/2022
20.3.0.49 477 10/11/2022
20.3.0.48 467 10/5/2022
20.3.0.47 513 9/29/2022
20.2.0.50 542 9/20/2022
20.2.0.49 573 9/13/2022
20.2.0.48 501 9/6/2022
20.2.0.46 516 8/30/2022
20.2.0.45 493 8/23/2022
20.2.0.44 485 8/16/2022
20.2.0.43 510 8/8/2022
20.2.0.40 491 7/26/2022
20.2.0.39 485 7/19/2022
20.2.0.38 537 7/12/2022
20.2.0.36 568 6/30/2022
20.1.0.61 535 6/20/2022
20.1.0.60 507 6/14/2022
20.1.0.59 529 6/6/2022
20.1.0.58 520 5/30/2022
20.1.0.57 505 5/23/2022
20.1.0.56 512 5/17/2022
20.1.0.55 511 5/12/2022
20.1.0.52 559 5/2/2022
20.1.0.51 541 4/26/2022
20.1.0.50 503 4/19/2022
20.1.0.48 657 4/12/2022
20.1.0.47 593 4/4/2022
19.4.0.56 605 3/14/2022
19.4.0.55 568 3/8/2022
19.4.0.54 636 2/28/2022
19.4.0.53 534 2/21/2022
19.4.0.52 556 2/15/2022
19.4.0.50 552 2/8/2022
19.4.0.48 578 1/31/2022
19.4.0.47 538 1/24/2022
19.4.0.43 576 1/18/2022
19.4.0.42 555 1/10/2022
19.4.0.41 402 1/4/2022
19.4.0.40 384 12/28/2021
19.4.0.38 426 12/17/2021
19.3.0.59 399 12/14/2021
19.3.0.57 508 12/7/2021
19.3.0.56 1,285 11/29/2021
19.3.0.55 396 11/23/2021
19.3.0.54 432 11/17/2021
19.3.0.53 475 11/12/2021
19.3.0.48 458 11/3/2021
19.3.0.47 425 10/26/2021
19.3.0.46 424 10/19/2021
19.3.0.45 466 10/12/2021
19.3.0.44 471 10/5/2021
19.3.0.43 468 9/30/2021
19.2.0.62 506 9/13/2021
19.2.0.60 483 9/7/2021
19.2.0.59 447 8/30/2021
19.2.0.57 467 8/24/2021
19.2.0.56 493 8/17/2021
19.2.0.55 470 8/11/2021
19.2.0.51 498 8/2/2021
19.2.0.49 530 7/26/2021
19.2.0.48 481 7/19/2021
19.2.0.47 518 7/13/2021
19.2.0.46 514 7/6/2021
19.2.0.44 538 6/30/2021
19.1.0.69 514 6/14/2021
19.1.0.67 491 6/7/2021
19.1.0.66 520 5/31/2021
19.1.0.65 489 5/24/2021
19.1.0.64 547 5/19/2021
19.1.0.63 538 5/13/2021
19.1.0.59 554 5/3/2021
19.1.0.58 498 4/26/2021
19.1.0.57 577 4/20/2021
19.1.0.56 496 4/12/2021
19.1.0.55 528 4/6/2021
19.1.0.54 589 3/30/2021
18.4.0.49 521 3/22/2021
18.4.0.48 467 3/16/2021
18.4.0.47 479 3/9/2021
18.4.0.46 481 3/2/2021
18.4.0.44 480 2/23/2021
18.4.0.43 436 2/15/2021
18.4.0.42 520 2/9/2021
18.4.0.41 489 2/2/2021
18.4.0.39 536 1/28/2021
18.4.0.35 644 1/19/2021
18.4.0.34 487 1/12/2021
18.4.0.33 530 1/4/2021
18.4.0.32 468 12/30/2020
18.4.0.31 531 12/22/2020
18.4.0.30 627 12/17/2020
18.3.0.53 671 12/8/2020
18.3.0.52 532 11/30/2020
18.3.0.51 525 11/23/2020
18.3.0.50 552 11/17/2020
18.3.0.48 565 11/10/2020
18.3.0.47 607 11/5/2020
18.3.0.44 605 10/27/2020
18.3.0.42 609 10/20/2020
18.3.0.40 580 10/12/2020
18.3.0.38 559 10/7/2020
18.3.0.35 538 10/1/2020
18.2.0.59 554 9/22/2020
18.2.0.58 603 9/15/2020
18.2.0.57 565 9/8/2020
18.2.0.56 579 9/1/2020
18.2.0.55 580 8/24/2020
18.2.0.54 562 8/18/2020
18.2.0.48 619 8/4/2020
18.2.0.47 655 7/28/2020
18.2.0.46 621 7/21/2020
18.2.0.45 617 7/14/2020
18.2.0.44 889 7/6/2020
18.1.0.59 633 6/23/2020
18.1.0.57 714 6/15/2020
18.1.0.56 602 6/9/2020
18.1.0.55 598 6/2/2020
18.1.0.54 628 5/26/2020
18.1.0.53 646 5/19/2020
18.1.0.52 607 5/13/2020
18.1.0.48 626 5/5/2020
18.1.0.46 638 4/28/2020
18.1.0.45 646 4/20/2020
18.1.0.44 831 4/14/2020
18.1.0.43 641 4/7/2020
18.1.0.42 676 4/1/2020
18.1.0.36-beta 428 3/19/2020
17.4.0.55 701 3/10/2020
17.4.0.53 644 3/3/2020
17.4.0.51 661 2/25/2020
17.4.0.50 699 2/18/2020
17.4.0.49 645 2/11/2020
17.4.0.47 653 2/5/2020
17.4.0.46 682 1/30/2020
17.4.0.44 712 1/21/2020
17.4.0.43 675 1/14/2020
17.4.0.41 697 1/7/2020
17.4.0.40 681 12/24/2019
17.4.0.39 688 12/17/2019
17.3.0.34 681 12/10/2019
17.3.0.33 684 12/4/2019
17.3.0.30 685 12/3/2019
17.3.0.29 673 11/26/2019
17.3.0.28 693 11/18/2019
17.3.0.27 656 11/12/2019
17.3.0.26 662 11/5/2019
17.3.0.21 667 10/29/2019
17.3.0.19 688 10/22/2019
17.3.0.17 722 10/15/2019
17.3.0.14 701 10/3/2019
17.3.0.9-beta 439 9/20/2019
17.2.0.51 730 9/10/2019
17.2.0.49 677 9/3/2019
17.2.0.47 719 8/27/2019
17.2.0.46 717 8/22/2019
17.2.0.41 723 8/13/2019
17.2.0.40 741 8/6/2019
17.2.0.39 716 7/30/2019
17.2.0.36 703 7/23/2019
17.2.0.35 713 7/17/2019
17.2.0.34 846 7/11/2019
17.2.0.28-beta 473 6/27/2019
17.1.0.53 723 6/25/2019
17.1.0.52 780 6/18/2019
17.1.0.51 779 6/11/2019
17.1.0.50 766 6/4/2019
17.1.0.49 710 5/28/2019
17.1.0.48 797 5/21/2019
17.1.0.47 776 5/14/2019
17.1.0.44 763 5/7/2019
17.1.0.43 740 4/30/2019
17.1.0.42 815 4/23/2019
17.1.0.41 754 4/16/2019
17.1.0.40 742 4/9/2019
17.1.0.38 775 3/29/2019
17.1.0.32-beta 469 3/13/2019
16.4.0.54 890 2/19/2019
16.4.0.53 827 2/13/2019
16.4.0.52 811 2/5/2019
16.4.0.48 816 1/22/2019
16.4.0.47 874 1/16/2019
16.4.0.46 848 1/8/2019
16.4.0.44 841 12/24/2018
16.4.0.42 883 12/17/2018
16.4.0.40-beta 570 12/10/2018
16.3.0.36 890 11/27/2018
16.3.0.35-beta 637 11/23/2018
16.3.0.29 919 10/30/2018
16.3.0.21 1,027 9/21/2018