Side-by-Side Full-Stacked Bar
In This Article
#Short Description
The Side-by-Side Full-Stacked Bar series combines the functionality of both the Full-Stacked Bar and Side-by-Side Bar chart types. They can both stack points atop each other, and combine different Bars into groups.
Each group corresponds to a single axis value, and is assigned to a series via its BarSideBySideFullStackedSeries2D.StackedGroup property).
An example of the Side-by-Side Full-Stacked Bar chart is shown in the image below.
To learn which other Bar types are available, see Bar and Column Series.
#Chart Type Characteristics
The table below lists the main characteristics of this chart type.
Feature | Value |
---|---|
Series type | Bar |
Diagram type | XYDiagram2D |
Number of arguments per series point | 1 |
Number of values per series point | 1 |
For information on which series view types can be combined with Side-by-Side Full-Stacked Bar, see Series Types Compatibility.
See Also