Back to Devexpress

PredefinedPie2DModel Class

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

latest2.4 KB
Original Source

PredefinedPie2DModel Class

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class PredefinedPie2DModel :
    Pie2DModel
vb
Public MustInherit Class PredefinedPie2DModel
    Inherits Pie2DModel

Remarks

The PredefinedPie2DModel class implements the basic functionality for pre-defined 2D Pie models.

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

Inheritance

Show 15 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject DevExpress.Xpf.Charts.PointModel Pie2DModel PredefinedPie2DModel BorderlessFlatPie2DModel

CupidPie2DModel

FlatPie2DModel

GlarePie2DModel

GlassPie2DModel

GlossyPie2DModel

SimplePie2DModel

See Also

PredefinedPie2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace