StepLineSeries Class
In This Article
Displays data as points connected by horizontal and vertical lines.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public class StepLineSeries :
LineSeries
#Remarks
This view is useful when you need to shows how much values have changed for different points of the same series.
#Inheritance
System.Object
See Also