Skip to main content
A newer version of this page is available. .

GlossyPie2DModel Class

The Glossy 2D Pie model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class GlossyPie2DModel :
    PredefinedPie2DModel

Remarks

GlossyPie2DModel

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

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

The following series are compatible with the GlossyPie2DModel:

See Also