Back to Devexpress

AreaSeries Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-40f72dc7.md

latest1.5 KB
Original Source

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

csharp
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.

Implements

INotifyPropertyChanged

Inheritance

Object ChartSeriesElement SeriesBase Series XYSeries AreaSeriesBase AreaSeries StepAreaSeries

See Also

AreaSeries Members

DevExpress.XamarinForms.Charts Namespace