Back to Devexpress

FullStackedSplineArea3DSeriesViewModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-fullstackedsplinearea3dseriesviewmodel.md

latest2.0 KB
Original Source

FullStackedSplineArea3DSeriesViewModel Class

The FullStackedSplineArea3DSeriesView model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(FullStackedSplineArea3DSeriesView))]
[GroupPrefix("View: ")]
public class FullStackedSplineArea3DSeriesViewModel :
    FullStackedArea3DSeriesViewModel
vb
<ModelOf(GetType(FullStackedSplineArea3DSeriesView))>
<GroupPrefix("View: ")>
Public Class FullStackedSplineArea3DSeriesViewModel
    Inherits FullStackedArea3DSeriesViewModel

Inheritance

Object ChartElementModel SeriesViewBaseModel XYDiagram3DSeriesViewBaseModel Line3DSeriesViewModel Area3DSeriesViewModel StackedArea3DSeriesViewModel FullStackedArea3DSeriesViewModel FullStackedSplineArea3DSeriesViewModel

See Also

FullStackedSplineArea3DSeriesViewModel Members

DevExpress.XtraCharts.Designer Namespace