DXStackedAreaSeries Class
Displays data as filled areas on a chart, with each data point’s value aggregated with the underlying data points’ values.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public class DXStackedAreaSeries :
DXSeries
Remarks
This series looks as follows:
Important
The chart replaces negative values by a zero value if a data point has it, but when all values of all series are negative, a chart displays all data.
Refer to the DXAreaSeries class to learn how to perform general customization of the series.
Note
This series introduces the {VP}
placeholder that the series’ LegendTextPattern, Label‘s TextPattern, and HintOptions‘ PointTextPattern properties can use.
The placeholder specifies a series point value as percentages of a cumulative value by an argument.