Back to Devexpress

StackedLine3DSeriesView Class

corelibraries-devexpress-dot-xtracharts-dot-stackedline3dseriesview.md

latest2.8 KB
Original Source

StackedLine3DSeriesView Class

A series view of the 3D Stacked Line type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class StackedLine3DSeriesView :
    Line3DSeriesView,
    IStackedView
vb
Public Class StackedLine3DSeriesView
    Inherits Line3DSeriesView
    Implements IStackedView

Remarks

The StackedLine3DSeriesView class provides the functionality of a series view of the 3D Stacked Line type within a chart control. At the same time, the StackedLine3DSeriesView class serves as a base for the FullStackedLine3DSeriesView class.

The StackedLine3DSeriesView class inherits properties and methods from the base Line3DSeriesView class, which define the common settings of 3D line series views.

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 stacked line type, please see the Stacked Line Chart topic.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Object ChartElement SeriesViewBase XYDiagram3DSeriesViewBase Line3DSeriesView StackedLine3DSeriesView FullStackedLine3DSeriesView

See Also

StackedLine3DSeriesView Members

DevExpress.XtraCharts Namespace