Stacked Area
- 2 minutes to read
#Short Description
The Stacked Area series displays data as areas on a diagram, so that the value of each data point is aggregated with underlying data points' values.
This representation is useful when it is necessary to compare both the point values and their aggregate for the same point arguments.
NOTE
If two stacked areas contain data points for different arguments, points for missing arguments are not treated as zero-value points.
A Stacked Area chart can display series containing data points with positive or negative values. However, a series with positive values is stacked only with other series containing positive values; and a series with negative values is stacked with other series containing negative values.
Note that if a series contains data points with both positive and negative values, it is treated as a series with positive values, while all its negative values are treated as zeros.
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 Stacked Area, see Series Types Compatibility.