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

FullStackedAreaSeries Class

Displays data as areas on a chart, so that each data point value is stacked with values of all the other corresponding data points and the total area is always the full area of the chart diagram.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public class FullStackedAreaSeries :
    AreaSeries

Remarks

This view is useful for comparing the percentage values of several series for the same point arguments.

Full Stacked Area Series

Inheritance

Object
Xamarin.Forms.BindableObject
See Also