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

SimplePie2DModel Class

Represents the Simple 2D Pie pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class SimplePie2DModel :
    PredefinedPie2DModel

Remarks

The following image demonstrates the SimplePie2DModel.

SimplePie2DModel

To take effect, an instance of the SimplePie2DModel class must be assigned to the PieSeries2D.Model property.

See Also