wpf-devexpress-dot-xpf-dot-charts-dot-pie3dmodel.md
Represents a base class for standard and custom 3D Pie (Donut) models.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class Pie3DModel :
ModelBase
Public MustInherit Class Pie3DModel
Inherits ModelBase
The following members return Pie3DModel objects:
The Pie3DModel class implements the basic functionality for both the pre-defined and custom 3D Pie models.
Since the Pie3DModel class is abstract, you can’t create an instance of it directly. Instead, assign one of its descendants to the PieSeries3D.Model property.
Show 17 items
Object DispatcherObject DependencyObject DevExpress.Xpf.Charts.ModelBase Pie3DModel CustomPie3DModel
SemiRoundedRectanglePie3DModel
See Also