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

DXFullStackedAreaSeries Class

A series that displays data as filled areas on a chart, with each data point’s value is aggregated with the underlying data points’ values and normalized to fill the plot area’s height.

Declaration

@interface DXFullStackedAreaSeries: DXAreaSeries

Remarks

The following image represents Full Stacked Area series:

A Full-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

NSObject