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

DXStepAreaSeries Class

Displays data as filled areas on a chart, with data points connected by horizontal and vertical lines.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public class DXStepAreaSeries :
    DXAreaSeries

Remarks

This series looks as follows:

Stacked Area Series Sample

Refer to the DXAreaSeries 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