Skip to main content

SimplePie2DModel Class

The Simple 2D Pie model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class SimplePie2DModel :
    PredefinedPie2DModel

Remarks

SimplePie2DModel

Set the PieSeries2D.Model property to the SimplePie2DModel object to apply the model to a series.

<dxc:PieSeries2D>
  <dxc:PieSeries2D.Model>
    <dxc:SimplePie2DModel/>
  </dxc:PieSeries2D.Model>
</dxc:PieSeries2D>

The following series are compatible with the SimplePie2DModel:

See Also