FullStackedAreaSeries Class
In This Article
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.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public class FullStackedAreaSeries :
StackedAreaSeries
#Remarks
This view is useful for comparing the percentage values of several series for the same point arguments.
#Inheritance
Show 11 items
System.Object
See Also