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

StepAreaSeries Class

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

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public class StepAreaSeries :
    AreaSeries

Remarks

This view is useful when you need to show how much values have changed for different points of the same series.

Step Area Series

Inheritance

Object
Xamarin.Forms.BindableObject
See Also