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

DXFullStackedBarSeries Class

Displays data as individual bars stacked by arguments, that fill plot area’s height.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public class DXFullStackedBarSeries :
    DXStackedBarSeries

Remarks

This series looks as follows:

Stacked Area Series Sample

Refer to the DXStackedBarSeries class to learn how to perform general customization of the series.

Implements

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

Inheritance

Object
Foundation.NSObject
See Also