Back to Devexpress

StepAreaSeriesView Class

corelibraries-devexpress-dot-xtracharts-8c212365.md

latest3.2 KB
Original Source

StepAreaSeriesView Class

A series view of the Step Area type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class StepAreaSeriesView :
    AreaSeriesView,
    IStepSeriesView
vb
Public Class StepAreaSeriesView
    Inherits AreaSeriesView
    Implements IStepSeriesView

Remarks

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

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

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

For more information on series views of the step area type, please see the Step Area Chart topic.

Implements

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Show 12 items

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase PointSeriesViewBase PointSeriesView LineSeriesView AreaSeriesViewBase AreaSeriesView StepAreaSeriesView

See Also

StepAreaSeriesView Members

DevExpress.XtraCharts Namespace