Skip to main content

StepLineSeriesView Class

Represents a series view of the Step Line type.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class StepLineSeriesView :
    LineSeriesView,
    IStepSeriesView,
    ISeriesView,
    IPatternHolder

Remarks

A particular view type can be defined for a series via its Series.View property.

For more information on series views of the Step Line type, refer to the Step Line document.

See Also