Back to Devexpress

StackedStepAreaSeriesView Class

corelibraries-devexpress-dot-xtracharts-1c62a0f8.md

latest3.2 KB
Original Source

StackedStepAreaSeriesView Class

A series view of the Stacked Step Area type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class StackedStepAreaSeriesView :
    StackedAreaSeriesView,
    IStepSeriesView
vb
Public Class StackedStepAreaSeriesView
    Inherits StackedAreaSeriesView
    Implements IStepSeriesView

Remarks

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

In addition to the common area view settings inherited from the base AreaSeriesView class, the StackedStepAreaSeriesView class declares a step area type specific setting which allows you to control the manner in which step areas are drawn within the view (StackedStepAreaSeriesView.InvertedStep).

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

Implements

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Show 13 items

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

See Also

StackedStepAreaSeriesView Members

DevExpress.XtraCharts Namespace