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

StepAreaSeriesView Class

Represents a series view of the Step Area type.

Namespace: DevExpress.UI.Xaml.Charts

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

Declaration

public class StepAreaSeriesView :
    AreaSeriesView,
    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 Area type, refer to the Step Area document.

See Also