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

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

Declaration

public class StackedAreaSeries :
    AreaSeries

Remarks

This view is useful when it’s necessary to compare both the point values and their aggregate for the same point arguments.

Stacked Area Series

Inheritance

Object
Xamarin.Forms.BindableObject
See Also