Syncfusion.ExcelChartToImageConverter.WPF 30.2.4

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 30.2.4
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.WPF -Version 30.2.4
                    
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="30.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.WPF" Version="30.2.4" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelChartToImageConverter.WPF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.ExcelChartToImageConverter.WPF --version 30.2.4
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.WPF, 30.2.4"
                    
#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.
#:package Syncfusion.ExcelChartToImageConverter.WPF@30.2.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.WPF&version=30.2.4
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.WPF&version=30.2.4
                    
Install as a Cake Tool

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® 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 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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.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 (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
30.2.7 56 8/25/2025
30.2.6 138 8/18/2025
30.2.5 147 8/13/2025
30.2.4 255 8/7/2025
30.1.42 110 7/28/2025
30.1.41 495 7/22/2025
30.1.40 204 7/14/2025
30.1.39 200 7/8/2025
30.1.38 199 7/1/2025
30.1.37 247 6/25/2025
29.2.11 241 6/16/2025
29.2.10 364 6/9/2025
29.2.9 204 6/5/2025
29.2.8 226 6/3/2025
29.2.7 247 5/26/2025
29.2.5 219 5/20/2025
29.2.4 359 5/14/2025
29.1.41 303 5/5/2025
29.1.40 243 4/28/2025
29.1.39 445 4/21/2025
29.1.38 315 4/14/2025
29.1.37 278 4/8/2025
29.1.35 281 4/1/2025
29.1.33 773 3/25/2025
28.2.12 241 3/19/2025
28.2.11 300 3/10/2025
28.2.9 395 3/3/2025
28.2.7 229 2/25/2025
28.2.6 241 2/17/2025
28.2.5 234 2/11/2025
28.2.4 231 2/4/2025
28.2.3 298 1/29/2025
28.1.41 293 1/20/2025
28.1.39 167 1/13/2025
28.1.38 236 1/7/2025
28.1.37 225 12/31/2024
28.1.36 200 12/23/2024
28.1.35 226 12/18/2024
28.1.33 654 12/12/2024
27.2.5 313 12/2/2024
27.2.4 506 11/26/2024
27.2.3 227 11/22/2024
27.2.2 276 11/15/2024
27.1.58 627 11/4/2024
27.1.57 302 10/28/2024
27.1.56 205 10/23/2024
27.1.55 208 10/21/2024
27.1.53 324 10/14/2024
27.1.52 248 10/7/2024
27.1.51 228 9/30/2024
27.1.50 338 9/23/2024
27.1.48 329 9/18/2024
26.2.14 279 9/9/2024
26.2.13 247 9/5/2024
26.2.12 726 9/2/2024
26.2.11 256 8/27/2024
26.2.10 253 8/19/2024
26.2.9 273 8/12/2024
26.2.8 291 8/5/2024
26.2.7 202 7/29/2024
26.2.5 172 7/25/2024
26.2.4 248 7/24/2024
26.1.42 265 7/15/2024
26.1.41 254 7/8/2024
26.1.40 321 7/1/2024
26.1.39 345 6/24/2024
26.1.38 285 6/18/2024
26.1.35 379 6/11/2024
25.2.7 269 6/3/2024
25.2.6 274 5/28/2024
25.2.5 305 5/21/2024
25.2.4 259 5/14/2024
25.2.3 337 5/8/2024
25.1.42 297 4/29/2024
25.1.41 477 4/23/2024
25.1.40 309 4/15/2024
25.1.39 327 4/8/2024
25.1.38 284 4/1/2024
25.1.37 318 3/26/2024
25.1.35 563 3/15/2024
24.2.9 630 3/4/2024
24.2.8 539 2/26/2024
24.2.7 849 2/19/2024
24.2.6 573 2/14/2024
24.2.5 605 2/12/2024
24.2.4 646 2/5/2024
24.2.3 722 1/31/2024
24.1.47 739 1/22/2024
24.1.46 730 1/16/2024
24.1.45 760 1/8/2024
24.1.44 820 1/2/2024
24.1.43 850 12/27/2023
24.1.41 1,529 12/18/2023
23.2.7 1,059 12/6/2023
23.2.6 1,068 11/28/2023
23.2.5 989 11/23/2023
23.2.4 1,054 11/20/2023
23.1.44 1,040 11/6/2023
23.1.43 1,069 10/30/2023
23.1.42 1,083 10/23/2023
23.1.41 1,140 10/16/2023
23.1.40 1,976 10/10/2023
23.1.39 1,147 10/4/2023
23.1.38 1,186 9/26/2023
23.1.36 2,756 9/15/2023
22.2.12 1,274 9/5/2023
22.2.11 1,256 8/28/2023
22.2.10 1,270 8/22/2023
22.2.9 1,378 8/14/2023
22.2.8 1,468 8/7/2023
22.2.7 1,537 8/2/2023
22.2.5 1,595 7/27/2023
22.1.39 1,493 7/18/2023
22.1.38 1,556 7/11/2023
22.1.37 1,606 7/3/2023
22.1.36 1,509 6/28/2023
22.1.34 1,647 6/21/2023
21.2.10 1,594 6/12/2023
21.2.9 1,602 6/6/2023
21.2.8 1,679 5/30/2023
21.2.6 1,580 5/22/2023
21.2.5 1,554 5/15/2023
21.2.4 1,575 5/9/2023
21.2.3 1,735 5/3/2023
21.1.41 1,661 4/19/2023
21.1.39 1,788 4/10/2023
21.1.38 1,821 4/3/2023
21.1.37 1,785 3/29/2023
21.1.35 2,056 3/23/2023
20.4.0.54 2,318 3/13/2023
20.4.0.53 1,800 3/7/2023
20.4.0.52 1,924 2/28/2023
20.4.0.51 1,802 2/21/2023
20.4.0.50 1,825 2/14/2023
20.4.0.49 2,688 2/7/2023
20.4.0.48 2,174 2/1/2023
20.4.0.44 1,957 1/18/2023
20.4.0.43 2,071 1/10/2023
20.4.0.42 2,074 1/4/2023
20.4.0.41 1,970 12/29/2022
20.4.0.40 1,943 12/28/2022
20.4.0.38 2,016 12/21/2022
20.3.0.61 2,034 12/12/2022
20.3.0.60 2,540 12/6/2022
20.3.0.59 1,992 11/29/2022
20.3.0.58 2,008 11/21/2022
20.3.0.57 2,067 11/15/2022
20.3.0.56 2,102 11/8/2022
20.3.0.52 2,171 10/27/2022
20.3.0.50 2,278 10/17/2022
20.3.0.49 2,295 10/11/2022
20.3.0.48 2,253 10/5/2022
20.3.0.47 2,381 9/29/2022
20.2.0.50 2,423 9/20/2022
20.2.0.49 2,369 9/13/2022
20.2.0.48 2,312 9/6/2022
20.2.0.46 2,329 8/30/2022
20.2.0.45 2,338 8/23/2022
20.2.0.44 2,398 8/16/2022
20.2.0.43 2,464 8/8/2022
20.2.0.40 2,350 7/26/2022
20.2.0.39 2,326 7/19/2022
20.2.0.38 2,403 7/12/2022
20.2.0.36 2,429 6/30/2022
20.1.0.61 2,426 6/20/2022
20.1.0.60 2,492 6/14/2022
20.1.0.59 2,407 6/6/2022
20.1.0.58 2,388 5/30/2022
20.1.0.57 2,482 5/23/2022
20.1.0.56 2,503 5/17/2022
20.1.0.55 2,620 5/12/2022
20.1.0.52 2,566 5/2/2022
20.1.0.51 2,568 4/26/2022
20.1.0.50 2,463 4/19/2022
20.1.0.48 2,513 4/12/2022
20.1.0.47 3,149 4/4/2022
19.4.0.56 3,067 3/14/2022
19.4.0.55 2,584 3/8/2022
19.4.0.54 2,581 2/28/2022
19.4.0.53 2,548 2/22/2022
19.4.0.52 2,519 2/15/2022
19.4.0.50 2,459 2/8/2022
19.4.0.48 2,628 1/31/2022
19.4.0.47 2,486 1/24/2022
19.4.0.43 2,471 1/18/2022
19.4.0.42 2,084 1/10/2022
19.4.0.41 2,146 1/4/2022
19.4.0.40 2,005 12/28/2021
19.4.0.38 2,201 12/17/2021
19.3.0.59 9,075 12/14/2021
19.3.0.57 2,703 12/7/2021
19.3.0.56 2,544 11/29/2021
19.3.0.55 2,013 11/23/2021
19.3.0.54 2,193 11/17/2021
19.3.0.53 2,294 11/12/2021
19.3.0.48 2,176 11/2/2021
19.3.0.47 2,344 10/26/2021
19.3.0.46 3,820 10/19/2021
19.3.0.45 2,308 10/12/2021
19.3.0.44 2,305 10/5/2021
19.3.0.43 2,438 9/30/2021
19.2.0.62 2,315 9/13/2021
19.2.0.60 2,347 9/7/2021
19.2.0.59 2,369 8/30/2021
19.2.0.57 2,406 8/24/2021
19.2.0.56 2,468 8/17/2021
19.2.0.55 2,501 8/11/2021
19.2.0.51 2,363 8/2/2021
19.2.0.49 2,411 7/26/2021
19.2.0.48 2,467 7/19/2021
19.2.0.47 2,467 7/13/2021
19.2.0.46 2,447 7/6/2021
19.2.0.44 2,390 6/30/2021
19.1.0.69 2,490 6/14/2021
19.1.0.67 2,333 6/7/2021
19.1.0.66 2,454 5/31/2021
19.1.0.65 2,442 5/24/2021
19.1.0.64 2,307 5/19/2021
19.1.0.63 2,415 5/13/2021
19.1.0.59 2,339 5/3/2021
19.1.0.58 2,408 4/26/2021
19.1.0.57 2,327 4/20/2021
19.1.0.56 2,865 4/12/2021
19.1.0.55 2,398 4/6/2021
19.1.0.54 2,375 3/30/2021
18.4.0.49 2,485 3/22/2021
18.4.0.48 2,786 3/16/2021
18.4.0.47 2,393 3/9/2021
18.4.0.46 2,376 3/2/2021
18.4.0.44 2,452 2/23/2021
18.4.0.43 2,450 2/15/2021
18.4.0.42 2,509 2/9/2021
18.4.0.41 2,363 2/2/2021
18.4.0.39 2,665 1/28/2021
18.4.0.35 2,511 1/19/2021
18.4.0.34 2,509 1/12/2021
18.4.0.33 2,425 1/4/2021
18.4.0.32 2,409 12/30/2020
18.4.0.31 2,433 12/22/2020
18.4.0.30 2,578 12/17/2020
18.3.0.53 2,588 12/8/2020
18.3.0.52 2,489 11/30/2020
18.3.0.51 2,517 11/23/2020
18.3.0.50 2,531 11/17/2020
18.3.0.48 2,537 11/10/2020
18.3.0.47 2,589 11/5/2020
18.3.0.44 2,615 10/27/2020
18.3.0.42 2,991 10/20/2020
18.3.0.40 2,502 10/12/2020
18.3.0.38 2,511 10/7/2020
18.3.0.35 2,634 10/1/2020
18.2.0.59 2,679 9/22/2020
18.2.0.58 2,524 9/15/2020
18.2.0.57 2,544 9/8/2020
18.2.0.56 2,560 9/1/2020
18.2.0.55 2,461 8/25/2020
18.2.0.54 2,517 8/18/2020
18.2.0.48 2,616 8/4/2020
18.2.0.47 2,576 7/28/2020
18.2.0.46 2,695 7/21/2020
18.2.0.45 2,734 7/14/2020
18.2.0.44 3,422 7/6/2020
18.1.0.59 2,858 6/23/2020
18.1.0.57 2,641 6/15/2020
18.1.0.56 2,619 6/9/2020
18.1.0.55 2,651 6/2/2020
18.1.0.54 2,675 5/26/2020
18.1.0.53 2,945 5/19/2020
18.1.0.52 2,924 5/13/2020
18.1.0.48 2,533 5/5/2020
18.1.0.46 2,587 4/28/2020
18.1.0.45 2,608 4/21/2020
18.1.0.44 2,638 4/14/2020
18.1.0.43 2,606 4/7/2020
18.1.0.42 2,698 4/1/2020
18.1.0.36-beta 1,926 3/19/2020
17.4.0.55 2,754 3/10/2020
17.4.0.53 2,640 3/3/2020
17.4.0.51 2,998 2/25/2020
17.4.0.50 2,693 2/18/2020
17.4.0.49 2,703 2/11/2020
17.4.0.47 2,527 2/5/2020
17.4.0.46 2,532 1/30/2020
17.4.0.44 2,742 1/21/2020
17.4.0.43 2,514 1/14/2020
17.4.0.41 2,547 1/7/2020
17.4.0.40 2,598 12/24/2019
17.4.0.39 2,251 12/17/2019
17.3.0.34 2,199 12/10/2019
17.3.0.33 2,287 12/4/2019
17.3.0.30 2,212 12/3/2019
17.3.0.29 2,135 11/26/2019
17.3.0.28 2,308 11/18/2019
17.3.0.27 2,297 11/12/2019
17.3.0.26 2,189 11/5/2019
17.3.0.21 2,305 10/29/2019
17.3.0.19 2,287 10/22/2019
17.3.0.17 2,331 10/15/2019
17.3.0.14 2,416 10/3/2019
17.3.0.9-beta 1,613 9/20/2019
17.2.0.51 2,673 9/10/2019
17.2.0.49 2,864 9/3/2019
17.2.0.47 2,276 8/27/2019
17.2.0.46 2,311 8/22/2019
17.2.0.41 2,324 8/13/2019
17.2.0.40 2,337 8/6/2019
17.2.0.39 2,441 7/30/2019
17.2.0.36 2,358 7/23/2019
17.2.0.35 2,316 7/17/2019
17.2.0.34 3,313 7/11/2019
17.2.0.28-beta 1,559 6/27/2019
17.1.0.53 2,399 6/25/2019
17.1.0.52 2,388 6/18/2019
17.1.0.51 2,324 6/11/2019
17.1.0.50 2,391 6/4/2019
17.1.0.49 2,363 5/28/2019
17.1.0.48 2,377 5/21/2019
17.1.0.47 2,181 5/14/2019
17.1.0.44 2,354 5/7/2019
17.1.0.43 2,364 4/30/2019
17.1.0.42 2,472 4/23/2019
17.1.0.41 2,377 4/16/2019
17.1.0.40 2,384 4/9/2019
17.1.0.38 2,454 3/29/2019
17.1.0.32-beta 1,619 3/13/2019
16.4.0.54 2,521 2/19/2019
16.4.0.53 2,454 2/13/2019
16.4.0.52 2,570 2/5/2019
16.4.0.48 2,486 1/22/2019
16.4.0.47 2,423 1/16/2019
16.4.0.46 2,433 1/8/2019
16.4.0.44 2,436 12/24/2018
16.4.0.42 2,649 12/17/2018