Back to Devexpress

FullStackedStepAreaSeriesView Class

corelibraries-devexpress-dot-xtracharts-6b47894a.md

latest2.9 KB
Original Source

FullStackedStepAreaSeriesView Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FullStackedStepAreaSeriesView :
    FullStackedAreaSeriesView,
    IStepSeriesView
vb
Public Class FullStackedStepAreaSeriesView
    Inherits FullStackedAreaSeriesView
    Implements 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

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Show 14 items

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase PointSeriesViewBase PointSeriesView LineSeriesView AreaSeriesViewBase AreaSeriesView StackedAreaSeriesView FullStackedAreaSeriesView FullStackedStepAreaSeriesView

See Also

FullStackedStepAreaSeriesView Members

DevExpress.XtraCharts Namespace