Syncfusion.ExcelChartToImageConverter.WinForms 28.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 28.2.7                
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.WinForms -Version 28.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="28.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 28.2.7                
#r "nuget: Syncfusion.ExcelChartToImageConverter.WinForms, 28.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=28.2.7

// Install Syncfusion.ExcelChartToImageConverter.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.WinForms&version=28.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® 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-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
28.2.11 157 7 days ago
28.2.9 200 14 days ago
28.2.7 102 21 days ago
28.2.6 106 a month ago
28.2.5 94 a month ago
28.2.4 100 a month ago
28.2.3 107 2 months ago
28.1.41 102 2 months ago
28.1.39 94 2 months ago
28.1.38 99 2 months ago
28.1.37 111 3 months ago
28.1.36 102 3 months ago
28.1.35 113 3 months ago
28.1.33 108 3 months ago
27.2.5 122 3 months ago
27.2.4 114 4 months ago
27.2.3 112 4 months ago
27.2.2 123 4 months ago
27.1.58 127 4 months ago
27.1.57 127 5 months ago
27.1.56 110 5 months ago
27.1.55 102 5 months ago
27.1.53 146 5 months ago
27.1.52 109 5 months ago
27.1.51 127 6 months ago
27.1.50 112 6 months ago
27.1.48 152 6 months ago
26.2.14 144 6 months ago
26.2.13 119 6 months ago
26.2.12 146 6 months ago
26.2.11 138 7 months ago
26.2.10 138 7 months ago
26.2.9 142 7 months ago
26.2.8 122 7 months ago
26.2.7 66 8 months ago
26.2.5 84 8 months ago
26.2.4 89 8 months ago
26.1.42 120 8 months ago
26.1.41 140 8 months ago
26.1.40 158 9 months ago
26.1.39 147 9 months ago
26.1.38 150 9 months ago
26.1.35 155 9 months ago
25.2.7 100 9 months ago
25.2.6 152 10 months ago
25.2.5 137 10 months ago
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 604 4/4/2022
19.4.0.56 649 3/14/2022
19.4.0.55 580 3/8/2022
19.4.0.54 649 2/28/2022
19.4.0.53 547 2/21/2022
19.4.0.52 569 2/15/2022
19.4.0.50 564 2/8/2022
19.4.0.48 589 1/31/2022
19.4.0.47 549 1/24/2022
19.4.0.43 590 1/18/2022
19.4.0.42 566 1/10/2022
19.4.0.41 415 1/4/2022
19.4.0.40 396 12/28/2021
19.4.0.38 437 12/17/2021
19.3.0.59 410 12/14/2021
19.3.0.57 534 12/7/2021
19.3.0.56 1,296 11/29/2021
19.3.0.55 409 11/23/2021
19.3.0.54 447 11/17/2021
19.3.0.53 487 11/12/2021
19.3.0.48 472 11/3/2021
19.3.0.47 442 10/26/2021
19.3.0.46 437 10/19/2021
19.3.0.45 478 10/12/2021
19.3.0.44 483 10/5/2021
19.3.0.43 479 9/30/2021
19.2.0.62 523 9/13/2021
19.2.0.60 495 9/7/2021
19.2.0.59 462 8/30/2021
19.2.0.57 480 8/24/2021
19.2.0.56 508 8/17/2021
19.2.0.55 485 8/11/2021
19.2.0.51 512 8/2/2021
19.2.0.49 542 7/26/2021
19.2.0.48 493 7/19/2021
19.2.0.47 530 7/13/2021
19.2.0.46 526 7/6/2021
19.2.0.44 552 6/30/2021
19.1.0.69 526 6/14/2021
19.1.0.67 505 6/7/2021
19.1.0.66 534 5/31/2021
19.1.0.65 503 5/24/2021
19.1.0.64 563 5/19/2021
19.1.0.63 551 5/13/2021
19.1.0.59 575 5/3/2021
19.1.0.58 511 4/26/2021
19.1.0.57 598 4/20/2021
19.1.0.56 509 4/12/2021
19.1.0.55 542 4/6/2021
19.1.0.54 607 3/30/2021
18.4.0.49 537 3/22/2021
18.4.0.48 483 3/16/2021
18.4.0.47 494 3/9/2021
18.4.0.46 498 3/2/2021
18.4.0.44 497 2/23/2021
18.4.0.43 453 2/15/2021
18.4.0.42 535 2/9/2021
18.4.0.41 506 2/2/2021
18.4.0.39 551 1/28/2021
18.4.0.35 658 1/19/2021
18.4.0.34 503 1/12/2021
18.4.0.33 547 1/4/2021
18.4.0.32 484 12/30/2020
18.4.0.31 547 12/22/2020
18.4.0.30 644 12/17/2020
18.3.0.53 688 12/8/2020
18.3.0.52 549 11/30/2020
18.3.0.51 540 11/23/2020
18.3.0.50 567 11/17/2020
18.3.0.48 580 11/10/2020
18.3.0.47 621 11/5/2020
18.3.0.44 622 10/27/2020
18.3.0.42 624 10/20/2020
18.3.0.40 597 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