DevExpress.Wpf.Charts
26.1.5
Prefix Reserved
dotnet add package DevExpress.Wpf.Charts --version 26.1.5
NuGet\Install-Package DevExpress.Wpf.Charts -Version 26.1.5
<PackageReference Include="DevExpress.Wpf.Charts" Version="26.1.5" />
<PackageVersion Include="DevExpress.Wpf.Charts" Version="26.1.5" />
<PackageReference Include="DevExpress.Wpf.Charts" />
paket add DevExpress.Wpf.Charts --version 26.1.5
#r "nuget: DevExpress.Wpf.Charts, 26.1.5"
#:package DevExpress.Wpf.Charts@26.1.5
#addin nuget:?package=DevExpress.Wpf.Charts&version=26.1.5
#tool nuget:?package=DevExpress.Wpf.Charts&version=26.1.5
DevExpress WPF: Chart Controls
DevExpress.Wpf.Charts includes the DevExpress WPF Chart Controls: multiple 2D and 3D chart types, a Sankey diagram, and a heatmap. All included controls can bind directly to view model collections and adapt to the active DevExpress theme.
dotnet add package DevExpress.Wpf.Charts
Included Components
ChartControl: A 2D chart control that supports bar, line, area, point, bubble, pie, donut, funnel, radar, polar, financial, and other chart types.Chart3DControl— a 3D chart control that displays surfaces, 3D bars, and 3D point series.SankeyDiagramControl— a flow diagram that displays weighted links between nodes.HeatmapControl— a control that displays matrix data as a color-coded grid.ChartDesigner: An end-user designer dialog that allows users to change the chart type, data settings, and appearance options.
Examples
Example 1: Use Collection Data to Plot a Bar Chart
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dxc="http://schemas.devexpress.com/winfx/2008/xaml/charts">
<dxc:ChartControl>
<dxc:XYDiagram2D>
<dxc:BarSideBySideSeries2D DisplayName="Revenue"
DataSource="{Binding SalesByMonth}"
ArgumentDataMember="Month"
ValueDataMember="Total" />
</dxc:XYDiagram2D>
</dxc:ChartControl>
</Window>
In this configuration, the chart behaves as follows:
- Displays a bar for each record in the
SalesByMonthcollection - Calculates axis ranges based on bound values
- Adds a "Revenue" entry to the legend
Example 2: Visualize Flow Between Nodes
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dxsa="http://schemas.devexpress.com/winfx/2008/xaml/sankey">
<dxsa:SankeyDiagramControl DataSource="{Binding EnergyFlow}"
SourceDataMember="From"
TargetDataMember="To"
WeightDataMember="Amount" />
</Window>
In this configuration, the diagram behaves as follows:
- Creates nodes based on values in the
FromandTofields - Draws links between nodes and sets their thickness based on
Amount
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.
If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.
This package is included in the following commercial subscriptions:
- DevExpress WPF Subscription
- DevExpress Reporting Subscription
- DevExpress DXperience Subscription
- DevExpress Universal Subscription
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Related Components/Packages
DevExpress.Wpf.TreeMap - DevExpress WPF Tree Map and Sunburst controls.
dotnet add package DevExpress.Wpf.TreeMap
DevExpress.Wpf.Gauges - DevExpress WPF Gauge controls.
dotnet add package DevExpress.Wpf.Gauges
DevExpress.Wpf - The complete DevExpress WPF Control suite.
dotnet add package DevExpress.Wpf
Demos
NOTE: Demo links below only work if you already have DevExpress WPF Demos installed on your machine. To install demos, download and run the DevExpress Unified Installer (evaluation or licensed version). Remember to select "Demo Applications" on the product selection screen.
- DevExpress WPF Charts - Real-Time Chart
- DevExpress WPF Charts - Large Data Source
- DevExpress WPF Charts - MVVM Financial Charting
- DevExpress WPF Charts - 3D Charting
- DevExpress WPF Sankey Diagram - Interaction
Documentation
- Charts Suite
- 2D Series Types
- Indicators
- Chart Designer for Users
- Sankey Diagram Control
- Heatmap Control
Software Bill of Materials (SBOM)
To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.
See Also: Information Security | Security - What You Need to Know
Useful Online Resources
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows is compatible. net9.0-windows was computed. 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. |
-
.NETFramework 4.6.2
- DevExpress.Charts.Core (= 26.1.5)
- DevExpress.Data (= 26.1.5)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.DataVisualization.Core (= 26.1.5)
- DevExpress.Drawing (= 26.1.5)
- DevExpress.Mvvm (= 26.1.5)
- DevExpress.Printing.Core (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
- DevExpress.Wpf.Docking (= 26.1.5)
- DevExpress.Wpf.Grid.Core (= 26.1.5)
- DevExpress.Wpf.Printing (= 26.1.5)
- DevExpress.Wpf.PropertyGrid (= 26.1.5)
- DevExpress.Wpf.Ribbon (= 26.1.5)
-
net8.0-windows
- DevExpress.Charts.Core (= 26.1.5)
- DevExpress.Data (= 26.1.5)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.DataVisualization.Core (= 26.1.5)
- DevExpress.Drawing (= 26.1.5)
- DevExpress.Mvvm (= 26.1.5)
- DevExpress.Printing.Core (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
- DevExpress.Wpf.Docking (= 26.1.5)
- DevExpress.Wpf.Grid.Core (= 26.1.5)
- DevExpress.Wpf.Printing (= 26.1.5)
- DevExpress.Wpf.PropertyGrid (= 26.1.5)
- DevExpress.Wpf.Ribbon (= 26.1.5)
NuGet packages (11)
Showing the top 5 NuGet packages that depend on DevExpress.Wpf.Charts:
| Package | Downloads |
|---|---|
|
DevExpress.Wpf.PivotGrid
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Charts.de
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Charts.es
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Charts.ja
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Spreadsheet
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5 | 1,245 | 9/18/2026 |
| 26.1.5-pre-26248 | 283 | 9/11/2026 |
| 26.1.5-pre-26241 | 313 | 9/2/2026 |
| 26.1.5-pre-26235 | 309 | 8/26/2026 |
| 26.1.5-pre-26227 | 324 | 8/18/2026 |
| 26.1.4 | 14,439 | 8/7/2026 |
| 26.1.3 | 22,954 | 6/18/2026 |
| 25.2.10 | 132 | 9/22/2026 |
| 25.2.9 | 2,272 | 8/3/2026 |
| 25.2.8 | 12,348 | 6/10/2026 |
| 25.2.7 | 22,535 | 5/6/2026 |
| 25.2.6 | 35,674 | 4/7/2026 |
| 25.1.14 | 81 | 9/22/2026 |
| 25.1.13 | 616 | 7/31/2026 |
| 25.1.12 | 4,916 | 6/10/2026 |
| 25.1.11 | 9,190 | 5/5/2026 |