Back to Devexpress

Side-by-Side Full-Stacked Bar

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

latest1.8 KB
Original Source

Side-by-Side Full-Stacked Bar

  • May 28, 2021

Short Description

The Side-by-Side Full-Stacked Bar series combines the advantages of both the Full-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 BarSideBySideFullStackedSeries2D.StackedGroup property).

An example of the Side-by-Side Full-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 typeBarSideBySideFullStackedSeries2D
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 Full-Stacked Bar view, refer to the Series Type Compatibility document.

Example

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