wpf-16442-controls-and-libraries-spreadsheet-charts-and-graphics-charting-overview.md
The WPF Spreadsheet control allows you to create charts. Use charts to analyze large amounts of data and show relationships between different data sets.
The Spreadsheet control uses DevExpress WPF Charts to render charts. Chart types and layouts are compatible with those of Microsoft® Excel®.
The following section contains examples that demonstrate how to create and modify a chart in code: Spreadsheet Chart Examples. You can insert a chart into a worksheet that contains chart data or create a standalone chart on a chart sheet.
Note
You can also embed small charts (or sparklines) in worksheet cells. Refer to the following section for details on how to create sparkline groups of different types and define their appearance: Sparklines.
End users can select a chart on the Insert tab in the Charts group.
|
Chart Type
|
Chart Subtypes
| | --- | --- | |
Column Charts
|
2-D Column Charts:
3-D Column Charts:
Cylinder Charts:
Cone Charts:
Pyramid Charts:
| |
Line Charts
|
2-D Line Charts:
3-D Line Charts:
| |
Pie Charts
|
2-D Pie Charts:
3-D Pie Charts:
| |
Doughnut Charts
|
| |
Bar Charts
|
2-D Bar Charts:
3-D Bar Charts:
Cylinder Charts:
Cone Charts:
Pyramid Charts:
| |
Area Charts
|
2-D Area Charts:
3-D Area Charts:
| |
Scatter Charts
|
| |
Bubble Charts
|
| |
Stock Charts
|
| |
Radar Charts
|
| |
Excel 2016 Charts
|
|
The following image displays chart elements:
You can add or remove chart elements, as described in these topics: Create and Modify a Chart Programmatically and Spreadsheet Chart Examples.
End users can use commands on the Chart Tools contextual tab to apply one of the predefined chart layouts or manually select elements to display on a chart.
Select a predefined chart layout
Show or hide chart elements
See Also
Create and Modify a Chart Programmatically
How to: Create Excel 2016 Charts in the WPF Spreadsheet Control