Back to Devexpress

SimplePie2DModel Class

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

latest2.3 KB
Original Source

SimplePie2DModel Class

The Simple 2D Pie model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class SimplePie2DModel :
    PredefinedPie2DModel
vb
Public Class SimplePie2DModel
    Inherits PredefinedPie2DModel

Remarks

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

xaml
<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

SimplePie2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace