Back to Devexpress

StepArea3DSeriesView Class

corelibraries-devexpress-dot-xtracharts-dot-steparea3dseriesview.md

latest2.8 KB
Original Source

StepArea3DSeriesView Class

A series view of the 3D Step Area type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class StepArea3DSeriesView :
    Area3DSeriesView,
    IStepSeriesView
vb
Public Class StepArea3DSeriesView
    Inherits Area3DSeriesView
    Implements IStepSeriesView

Remarks

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

In addition to the common area view settings inherited from the base Area3DSeriesView class, the StepArea3DSeriesView class declares a step area type specific setting, which allows you to control the manner in which step areas are drawn within the view (StepArea3DSeriesView.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 3D step area type, please see the Step Area Chart topic.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Object ChartElement SeriesViewBase XYDiagram3DSeriesViewBase Line3DSeriesView Area3DSeriesView StepArea3DSeriesView

See Also

StepArea3DSeriesView Members

DevExpress.XtraCharts Namespace