Back to Devexpress

FullStackedLine3DSeriesView Class

corelibraries-devexpress-dot-xtracharts-dot-fullstackedline3dseriesview.md

latest2.7 KB
Original Source

FullStackedLine3DSeriesView Class

A series view of the 3D Full-Stacked Line type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FullStackedLine3DSeriesView :
    StackedLine3DSeriesView
vb
Public Class FullStackedLine3DSeriesView
    Inherits StackedLine3DSeriesView

Remarks

The FullStackedLine3DSeriesView class provides the functionality of a series view of the 3D Full-Stacked Line type within a chart control.

The FullStackedLine3DSeriesView class inherits properties and methods from the base StackedLine3DSeriesView class which defines the common settings of the stacked 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 Full-Stacked Line Chart topic.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Object ChartElement SeriesViewBase XYDiagram3DSeriesViewBase Line3DSeriesView StackedLine3DSeriesView FullStackedLine3DSeriesView

See Also

FullStackedLine3DSeriesView Members

DevExpress.XtraCharts Namespace