Back to Devexpress

PredefinedPie3DModel Class

wpf-devexpress-dot-xpf-dot-charts-dot-predefinedpie3dmodel.md

latest2.7 KB
Original Source

PredefinedPie3DModel Class

Represents a base class for all standard 3D Pie models.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class PredefinedPie3DModel :
    Pie3DModel
vb
Public MustInherit Class PredefinedPie3DModel
    Inherits Pie3DModel

Remarks

The PredefinedPie3DModel class implements the basic functionality for pre-defined 3D Pie models.

Since the PredefinedPie3DModel class is abstract, you can’t create an instance of it directly. Instead, assign one of its descendants to the PieSeries3D.Model property.

Inheritance

Show 16 items

Object DispatcherObject DependencyObject DevExpress.Xpf.Charts.ModelBase Pie3DModel PredefinedPie3DModel CirclePie3DModel

HexagonPie3DModel

PentagonPie3DModel

RectanglePie3DModel

RoundedRectanglePie3DModel

SemiCirclePie3DModel

SemiHexagonPie3DModel

SemiPentagonPie3DModel

SemiRectanglePie3DModel

SemiRoundedRectanglePie3DModel

See Also

PredefinedPie3DModel Members

Pie and Donut Series

Series and Marker Models

DevExpress.Xpf.Charts Namespace