Skip to main content

AreaSeries Class

Displays data as filled areas on a chart, with each data point as a peak or hollow in this filled area.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public class AreaSeries :
    AreaSeriesBase

Remarks

This view is useful when you need to show trends for several series on the same diagram, and also show the relationship of the parts to the whole.

Area Series

See Also