FullStackedStepAreaSeriesView Class
In This Article
A series view of the Full-Stacked Step Area type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.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.
#Implements
#Inheritance
See Also