Back to Devexpress

GlossyPie2DModel Class

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

latest2.3 KB
Original Source

GlossyPie2DModel Class

The Glossy 2D Pie model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Remarks

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

xaml
<dxc:PieSeries2D>
  <dxc:PieSeries2D.Model>
    <dxc:GlossyPie2DModel/>
  </dxc:PieSeries2D.Model>
</dxc:PieSeries2D>

The following series are compatible with the GlossyPie2DModel :

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject DevExpress.Xpf.Charts.PointModel Pie2DModel PredefinedPie2DModel GlossyPie2DModel

See Also

GlossyPie2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace