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
NuGet Package: DevExpress.XamarinForms.Charts
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.
Implements
Inheritance
See Also