Full-Stacked Area
In This Article
#Short Description
The Full-Stacked Area (or 100% Stacked Area) series displays data as areas on a diagram, so that the value of each data point is stacked with all the other corresponding data points' values.
In this instance, the height of the area is always the full height of the chart diagram (i.e. 1). This representation is useful for comparing the percentage values of several series for the same point arguments.
To learn which other Area types are available, see Area Series.
#Chart Type Characteristics
The table below lists the main characteristics of this chart type.
Feature | Value |
---|---|
Series type | Area |
Diagram type | XYDiagram2D |
Number of arguments per series point | 1 |
Number of values per series point | 1 |
For information on which series types can be combined with Full-Stacked Area, see Series Types Compatibility.
See Also