Skip to main content
A newer version of this page is available. .

PredefinedPie2DModel Class

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public abstract class PredefinedPie2DModel :
    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.

See Also