Back to Devexpress

Side-by-Side Stacked Bar

wpf-7908-controls-and-libraries-charts-suite-chart-control-series-2d-series-types-bar-series-side-by-side-stacked-bar.md

latest1.7 KB
Original Source

Side-by-Side Stacked Bar

  • May 28, 2021

Short Description

The Side-by-Side Stacked Bar series combines the advantages of both the Stacked Bar and Side-by-Side Bar chart types, so that you can stack different bars, and combine them into groups shown side-by-side across the same axis value (via the BarSideBySideStackedSeries2D.StackedGroup property).

An example of the Side-by-Side Stacked Bar chart is shown in the image below.

Series Characteristics

The table below lists the main characteristics of this chart type.

FeatureValue
Series View typeBarSideBySideStackedSeries2D
Diagram typeXYDiagram2D
Number of arguments per series point1
Number of values per series point1

For information on which series view types can be combined with the Side-by-Side Stacked Bar view, refer to the Series Type Compatibility document.

Example

The following example demonstrates how to create a 2D Side-by-Side Stacked Bar chart.