FullStackedStepAreaSeriesView Class
A series view of the Full-Stacked Step Area type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(FullStackedStepAreaSeriesViewTypeConverter))]
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