Syncfusion.ExcelChartToImageConverter.WPF 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.WPF --version 27.1.57                
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.WPF -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.WPF" 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.WPF --version 27.1.57                
#r "nuget: Syncfusion.ExcelChartToImageConverter.WPF, 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.WPF as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.WPF&version=27.1.57

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

Syncfusion WPF Excel Chart To Image Converter

The Syncfusion WPF Excel Chart To Image Converter is a .NET class library for converting Excel chart to image programatically without using Microsoft Office dependencies.

WPF 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 WPF Excel Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.ExcelChartToImageConverter.WPF 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 WebForms, 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 (2)

Showing the top 2 NuGet packages that depend on Syncfusion.ExcelChartToImageConverter.WPF:

Package Downloads
Syncfusion.SpreadsheetHelper.Windows

This package provides the functionality to utilize the features of Syncfusion WinForms Spreadsheet Helper control and more.

Syncfusion.SfSpreadsheetHelper.WPF

This package provides the functionality to utilize the features of Syncfusion WPF Spreadsheet Helper control and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.ExcelChartToImageConverter.WPF:

Repository Stars
syncfusion/wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
27.2.4 116 11/26/2024
27.2.3 171 11/22/2024
27.2.2 196 11/15/2024
27.1.58 289 11/4/2024
27.1.57 238 10/28/2024
27.1.56 157 10/23/2024
27.1.55 152 10/21/2024
27.1.53 223 10/14/2024
27.1.52 189 10/7/2024
27.1.51 173 9/30/2024
27.1.50 285 9/23/2024
27.1.48 279 9/18/2024
26.2.14 220 9/9/2024
26.2.13 199 9/5/2024
26.2.12 413 9/2/2024
26.2.11 209 8/27/2024
26.2.10 204 8/19/2024
26.2.9 232 8/12/2024
26.2.8 227 8/5/2024
26.2.7 150 7/29/2024
26.2.5 129 7/25/2024
26.2.4 195 7/24/2024
26.1.42 214 7/15/2024
26.1.41 204 7/8/2024
26.1.40 265 7/1/2024
26.1.39 289 6/24/2024
26.1.38 238 6/18/2024
26.1.35 321 6/11/2024
25.2.7 202 6/3/2024
25.2.6 231 5/28/2024
25.2.5 262 5/21/2024
25.2.4 218 5/14/2024
25.2.3 295 5/8/2024
25.1.42 261 4/29/2024
25.1.41 433 4/23/2024
25.1.40 265 4/15/2024
25.1.39 272 4/8/2024
25.1.38 242 4/1/2024
25.1.37 271 3/26/2024
25.1.35 520 3/15/2024
24.2.9 540 3/4/2024
24.2.8 495 2/26/2024
24.2.7 802 2/19/2024
24.2.6 531 2/14/2024
24.2.5 568 2/12/2024
24.2.4 601 2/5/2024
24.2.3 688 1/31/2024
24.1.47 699 1/22/2024
24.1.46 693 1/16/2024
24.1.45 726 1/8/2024
24.1.44 777 1/2/2024
24.1.43 818 12/27/2023
24.1.41 1,484 12/18/2023
23.2.7 1,022 12/6/2023
23.2.6 1,028 11/28/2023
23.2.5 952 11/23/2023
23.2.4 1,016 11/20/2023
23.1.44 1,005 11/6/2023
23.1.43 1,032 10/30/2023
23.1.42 1,039 10/23/2023
23.1.41 1,078 10/16/2023
23.1.40 1,926 10/10/2023
23.1.39 1,107 10/4/2023
23.1.38 1,136 9/26/2023
23.1.36 2,266 9/15/2023
22.2.12 1,213 9/5/2023
22.2.11 1,204 8/28/2023
22.2.10 1,207 8/22/2023
22.2.9 1,327 8/14/2023
22.2.8 1,369 8/7/2023
22.2.7 1,459 8/2/2023
22.2.5 1,535 7/27/2023
22.1.39 1,431 7/18/2023
22.1.38 1,465 7/11/2023
22.1.37 1,534 7/3/2023
22.1.36 1,432 6/28/2023
22.1.34 1,574 6/21/2023
21.2.10 1,470 6/12/2023
21.2.9 1,522 6/6/2023
21.2.8 1,570 5/30/2023
21.2.6 1,502 5/22/2023
21.2.5 1,482 5/15/2023
21.2.4 1,506 5/9/2023
21.2.3 1,662 5/3/2023
21.1.41 1,591 4/19/2023
21.1.39 1,703 4/10/2023
21.1.38 1,747 4/3/2023
21.1.37 1,713 3/29/2023
21.1.35 1,978 3/23/2023
20.4.0.54 1,804 3/13/2023
20.4.0.53 1,730 3/7/2023
20.4.0.52 1,854 2/28/2023
20.4.0.51 1,728 2/21/2023
20.4.0.50 1,741 2/14/2023
20.4.0.49 2,602 2/7/2023
20.4.0.48 2,101 2/1/2023
20.4.0.44 1,876 1/18/2023
20.4.0.43 1,997 1/10/2023
20.4.0.42 2,007 1/4/2023
20.4.0.41 1,903 12/29/2022
20.4.0.40 1,871 12/28/2022
20.4.0.38 1,938 12/21/2022
20.3.0.61 1,958 12/12/2022
20.3.0.60 2,476 12/6/2022
20.3.0.59 1,930 11/29/2022
20.3.0.58 1,949 11/21/2022
20.3.0.57 2,006 11/15/2022
20.3.0.56 2,037 11/8/2022
20.3.0.52 2,090 10/27/2022
20.3.0.50 2,211 10/17/2022
20.3.0.49 2,236 10/11/2022
20.3.0.48 2,188 10/5/2022
20.3.0.47 2,316 9/29/2022
20.2.0.50 2,353 9/20/2022
20.2.0.49 2,308 9/13/2022
20.2.0.48 2,250 9/6/2022
20.2.0.46 2,263 8/30/2022
20.2.0.45 2,278 8/23/2022
20.2.0.44 2,325 8/16/2022
20.2.0.43 2,398 8/8/2022
20.2.0.40 2,286 7/26/2022
20.2.0.39 2,258 7/19/2022
20.2.0.38 2,332 7/12/2022
20.2.0.36 2,354 6/30/2022
20.1.0.61 2,346 6/20/2022
20.1.0.60 2,411 6/14/2022
20.1.0.59 2,328 6/6/2022
20.1.0.58 2,316 5/30/2022
20.1.0.57 2,410 5/23/2022
20.1.0.56 2,426 5/17/2022
20.1.0.55 2,544 5/12/2022
20.1.0.52 2,472 5/2/2022
20.1.0.51 2,495 4/26/2022
20.1.0.50 2,390 4/19/2022
20.1.0.48 2,441 4/12/2022
20.1.0.47 3,074 4/4/2022
19.4.0.56 2,985 3/14/2022
19.4.0.55 2,504 3/8/2022
19.4.0.54 2,500 2/28/2022
19.4.0.53 2,470 2/22/2022
19.4.0.52 2,439 2/15/2022
19.4.0.50 2,376 2/8/2022
19.4.0.48 2,540 1/31/2022
19.4.0.47 2,402 1/24/2022
19.4.0.43 2,385 1/18/2022
19.4.0.42 2,004 1/10/2022
19.4.0.41 2,059 1/4/2022
19.4.0.40 1,918 12/28/2021
19.4.0.38 2,120 12/17/2021
19.3.0.59 8,396 12/14/2021
19.3.0.57 2,408 12/7/2021
19.3.0.56 2,462 11/29/2021
19.3.0.55 1,935 11/23/2021
19.3.0.54 2,108 11/17/2021
19.3.0.53 2,210 11/12/2021
19.3.0.48 2,081 11/2/2021
19.3.0.47 2,257 10/26/2021
19.3.0.46 3,743 10/19/2021
19.3.0.45 2,218 10/12/2021
19.3.0.44 2,224 10/5/2021
19.3.0.43 2,354 9/30/2021
19.2.0.62 2,234 9/13/2021
19.2.0.60 2,260 9/7/2021
19.2.0.59 2,287 8/30/2021
19.2.0.57 2,324 8/24/2021
19.2.0.56 2,383 8/17/2021
19.2.0.55 2,419 8/11/2021
19.2.0.51 2,284 8/2/2021
19.2.0.49 2,331 7/26/2021
19.2.0.48 2,382 7/19/2021
19.2.0.47 2,387 7/13/2021
19.2.0.46 2,366 7/6/2021
19.2.0.44 2,311 6/30/2021
19.1.0.69 2,400 6/14/2021
19.1.0.67 2,236 6/7/2021
19.1.0.66 2,373 5/31/2021
19.1.0.65 2,356 5/24/2021
19.1.0.64 2,227 5/19/2021
19.1.0.63 2,332 5/13/2021
19.1.0.59 2,253 5/3/2021
19.1.0.58 2,285 4/26/2021
19.1.0.57 2,239 4/20/2021
19.1.0.56 2,778 4/12/2021
19.1.0.55 2,288 4/6/2021
19.1.0.54 2,283 3/30/2021
18.4.0.49 2,399 3/22/2021
18.4.0.48 2,536 3/16/2021
18.4.0.47 2,306 3/9/2021
18.4.0.46 2,289 3/2/2021
18.4.0.44 2,359 2/23/2021
18.4.0.43 2,360 2/15/2021
18.4.0.42 2,411 2/9/2021
18.4.0.41 2,272 2/2/2021
18.4.0.39 2,568 1/28/2021
18.4.0.35 2,418 1/19/2021
18.4.0.34 2,417 1/12/2021
18.4.0.33 2,329 1/4/2021
18.4.0.32 2,318 12/30/2020
18.4.0.31 2,340 12/22/2020
18.4.0.30 2,457 12/17/2020
18.3.0.53 2,487 12/8/2020
18.3.0.52 2,393 11/30/2020
18.3.0.51 2,424 11/23/2020
18.3.0.50 2,444 11/17/2020
18.3.0.48 2,425 11/10/2020
18.3.0.47 2,494 11/5/2020
18.3.0.44 2,517 10/27/2020
18.3.0.42 2,897 10/20/2020
18.3.0.40 2,409 10/12/2020
18.3.0.38 2,423 10/7/2020
18.3.0.35 2,536 10/1/2020
18.2.0.59 2,579 9/22/2020
18.2.0.58 2,429 9/15/2020
18.2.0.57 2,451 9/8/2020
18.2.0.56 2,463 9/1/2020
18.2.0.55 2,364 8/25/2020
18.2.0.54 2,419 8/18/2020
18.2.0.48 2,525 8/4/2020
18.2.0.47 2,481 7/28/2020
18.2.0.46 2,588 7/21/2020
18.2.0.45 2,635 7/14/2020
18.2.0.44 3,330 7/6/2020
18.1.0.59 2,741 6/23/2020
18.1.0.57 2,546 6/15/2020
18.1.0.56 2,523 6/9/2020
18.1.0.55 2,558 6/2/2020
18.1.0.54 2,575 5/26/2020
18.1.0.53 2,843 5/19/2020
18.1.0.52 2,820 5/13/2020
18.1.0.48 2,433 5/5/2020
18.1.0.46 2,489 4/28/2020
18.1.0.45 2,512 4/21/2020
18.1.0.44 2,538 4/14/2020
18.1.0.43 2,505 4/7/2020
18.1.0.42 2,602 4/1/2020
18.1.0.36-beta 1,826 3/19/2020
17.4.0.55 2,580 3/10/2020
17.4.0.53 2,537 3/3/2020
17.4.0.51 2,855 2/25/2020
17.4.0.50 2,594 2/18/2020
17.4.0.49 2,599 2/11/2020
17.4.0.47 2,423 2/5/2020
17.4.0.46 2,429 1/30/2020
17.4.0.44 2,634 1/21/2020
17.4.0.43 2,413 1/14/2020
17.4.0.41 2,448 1/7/2020
17.4.0.40 2,497 12/24/2019
17.4.0.39 2,143 12/17/2019
17.3.0.34 2,099 12/10/2019
17.3.0.33 2,167 12/4/2019
17.3.0.30 2,109 12/3/2019
17.3.0.29 2,030 11/26/2019
17.3.0.28 2,179 11/18/2019
17.3.0.27 2,194 11/12/2019
17.3.0.26 2,083 11/5/2019
17.3.0.21 2,200 10/29/2019
17.3.0.19 2,178 10/22/2019
17.3.0.17 2,227 10/15/2019
17.3.0.14 2,281 10/3/2019
17.3.0.9-beta 1,514 9/20/2019
17.2.0.51 2,545 9/10/2019
17.2.0.49 2,750 9/3/2019
17.2.0.47 2,177 8/27/2019
17.2.0.46 2,208 8/22/2019
17.2.0.41 2,202 8/13/2019
17.2.0.40 2,214 8/6/2019
17.2.0.39 2,335 7/30/2019
17.2.0.36 2,239 7/23/2019
17.2.0.35 2,208 7/17/2019
17.2.0.34 3,207 7/11/2019
17.2.0.28-beta 1,433 6/27/2019
17.1.0.53 2,288 6/25/2019
17.1.0.52 2,284 6/18/2019
17.1.0.51 2,216 6/11/2019
17.1.0.50 2,287 6/4/2019
17.1.0.49 2,259 5/28/2019
17.1.0.48 2,256 5/21/2019
17.1.0.47 2,073 5/14/2019
17.1.0.44 2,254 5/7/2019
17.1.0.43 2,251 4/30/2019
17.1.0.42 2,346 4/23/2019
17.1.0.41 2,249 4/16/2019
17.1.0.40 2,262 4/9/2019
17.1.0.38 2,332 3/29/2019
17.1.0.32-beta 1,498 3/13/2019
16.4.0.54 2,406 2/19/2019
16.4.0.53 2,349 2/13/2019
16.4.0.52 2,445 2/5/2019
16.4.0.48 2,379 1/22/2019
16.4.0.47 2,314 1/16/2019
16.4.0.46 2,323 1/8/2019
16.4.0.44 2,325 12/24/2018
16.4.0.42 2,525 12/17/2018