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

DXFullStackedAreaSeries Class

Displays data as filled areas on a chart, with each data point’s value aggregated with the underlying data points’ values, and normalized to fill the plot area’s height.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public class DXFullStackedAreaSeries :
    DXAreaSeries

Remarks

This series looks as follows:

Stacked Area Series Sample

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 HintOptionsPointTextPattern properties can use. The placeholder specifies a series point value as percentages of a cumulative value by an argument.

Implements

IEquatable<Foundation.NSObject>
Foundation.INSObjectProtocol
ObjCRuntime.INativeObject

Inheritance

Object
Foundation.NSObject
See Also