Skip to main content
A newer version of this page is available. .

Full-Stacked Step Area

  • 2 minutes to read

The Full-Stacked Step Area (100% Stacked Step Area) series can be plotted using the AreaStepFullStackedSeries2D class, which belongs to the Area Series group. These series are similar to Full-Stacked Area series, but step series do not use the shortest distance to connect two data points. Instead, this chart type uses vertical and horizontal lines to connect the data points in a series forming a step-like progression.

A Full-Stacked Step Area chart is shown in the image below. Note that this chart type is based upon the XYDiagram2D, so it can be rotated to show areas either vertically or horizontally.

AreaStepFullStackedSeries2D_Sample

Note

A Full-Stacked Step Area chart can display series containing data points with positive and 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.

Series Characteristics

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

Feature Value
Series View type AreaStepFullStackedSeries2D
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 the Full-Stacked Step Area view, refer to the Series Type Compatibility document.