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

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

Declaration

public class AreaSeries :
    Series,
    IXYSeriesDataOwner

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