# Bar and Column Charts

## Content



Chart for WPF supports the following types of Bar charts:

*   Bar or Column
*   Bar3D or Column3D
*   Bar3Dstacked or Column3Dstacked
*   Bar3Dstacked100pc or Column3Dstacked100pc
*   BarStacked or ColumnStacked
*   BarStacked100pc of ColumnStacked100pc

**3D Bar and Column Charts (WPF Only)**

| 3D Bar or Column Charts |  |
| --- | --- |
| ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_bar3d.png) | ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_column3d.png) |
| 3DBarStacked and 3DColumnStacked Charts |  |
| ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_bar3dstacked.png) | ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_column3dstacked.png) |
| Bar3DStacked100pc and Column3DStacked100pc Charts |  |
| ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_bar3dstacked100.png) | ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_column3dstacked100.png) |

**Bar and Column Charts**

| Bar and Column Charts |  |
| --- | --- |
| ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_bar.png) | ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_column.png) |
| BarStacked and ColumnStacked Charts |  |
| ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_barstacked.png) | ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_stacked.png) |
| BarStacked100pc and ColumnStacked100pc Charts |  |
| ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_barstacked100.png) | ![](https://cdn.mescius.io/document-site-files/images/9e1b6c55-78c5-4648-896a-23e777db9f27/images/graphics/charttype_columnstacked100.png) |

## See Also

[Changing Corners of Column Chart and Bar Chart](/componentone/docs/wpf/online-chart/overview/Types/Bar/Changing)

[Creating a Mouse Click Event for a Column Chart](/componentone/docs/wpf/online-chart/overview/Types/Bar/Creatingmouse)

[Specifying the Color of Each Bar Or Column in the Data Series](/componentone/docs/wpf/online-chart/overview/Types/Bar/Specifying)