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

FullStackedStepAreaSeriesView Class

A series view of the Full-Stacked Step Area type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class FullStackedStepAreaSeriesView :
    FullStackedAreaSeriesView,
    IStepSeriesView

Remarks

The FullStackedStepAreaSeriesView class provides the series view functionality of the Full-Stacked Step Area type within a chart control.

Note that a particular view type can be defined for a series using its SeriesBase.View property.

See Also