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:
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.
Inherited Members
Inheritance
NSObject
DXChartElement
DXSeriesBase
DXSeries
DXAreaSeries
DXFullStackedAreaSeries