Back to Devexpress

Stacked Area

wpf-5872-controls-and-libraries-charts-suite-chart-control-series-2d-series-types-area-series-stacked-area.md

latest1.8 KB
Original Source

Stacked Area

  • May 28, 2021
  • 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 the 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.

An example of the Stacked Area chart is shown in the image below.

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.

Series Characteristics

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

FeatureValue
Series View typeAreaStackedSeries2D
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 Stacked Area view, refer to the Series Type Compatibility document.

Example

The following example demonstrates how to create a 2D Stacked Area chart.