StackedAreaSeries Class
Displays data as areas on a chart, so that each data point value is aggregated with values of the underlying data points.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public class StackedAreaSeries :
AreaSeriesBase
Remarks
This view is useful when it’s necessary to compare both the point values and their aggregate for the same point arguments.
Implements
Inheritance
See Also