SimplePie2DModel Class
In This Article
The Simple 2D Pie model.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public class SimplePie2DModel :
PredefinedPie2DModel
#Remarks
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:
#Inheritance
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Pie2DModel
PredefinedPie2DModel
SimplePie2DModel
See Also