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

DXStackedAreaSeries Class

A series that displays data as areas on a diagram, in such way that the value of each data point is aggregated with the underlying data points’ values.

Declaration

@interface DXStackedAreaSeries: DXAreaSeries

Remarks

The following image represents Stacked Area series:

A Stacked Area series example

Note that, if any data point has a negative value, the chart replaces it by a zero value. If all values of all series are negative, a chart plots all series without ignoring values.

Inheritance