Back to Devexpress

GlassPie2DModel Class

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

latest2.2 KB
Original Source

GlassPie2DModel Class

The Glass 2D Pie model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Remarks

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

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

The following series are compatible with the GlassPie2DModel :

Inheritance

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

See Also

GlassPie2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace