Back to Devexpress

Stacked Line Chart

windowsforms-9981-controls-and-libraries-chart-control-series-views-3d-series-views-line-series-views-stacked-line-chart.md

latest1.8 KB
Original Source

Stacked Line Chart

  • Jul 08, 2019

Short Description

The Stacked Line chart is represented by the StackedLine3DSeriesView object, which belongs to Line Series Views. This view displays all points from different series in a stacked manner and is useful when it is necessary to compare how much each series adds to the total aggregate value for specific arguments.

A Stacked Line chart is shown in the image below.

Note

A Stacked Line 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.

Chart Type Characteristics

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

FeatureValue
Series View typeStackedLine3DSeriesView
Diagram typeXYDiagram3D
Number of arguments per series point1
Number of values per series point1

Note

For information on which chart types can be combined with the Stacked Line Chart , refer to the Series Views Compatibility document.