Back to Devexpress

FullStackedAreaSeries Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-64fa7cdb.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public class FullStackedAreaSeries :
    StackedAreaSeries

Remarks

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

Implements

INotifyPropertyChanged

Inheritance

Object ChartSeriesElement SeriesBase Series XYSeries AreaSeriesBase StackedAreaSeries FullStackedAreaSeries

See Also

FullStackedAreaSeries Members

DevExpress.XamarinForms.Charts Namespace