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

CupidPie2DModel Class

Represents the Cupid 2D Pie pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class CupidPie2DModel :
    PredefinedPie2DModel

Remarks

The following image demonstrates the CupidPie2DModel.

CupidPie2DModel

To take effect, an instance of the CupidPie2DModel class must be assigned to the PieSeries2D.Model property.

Example

The following example demonstrates how to modify the PieSeries2D.Model property in XAML.

<dxc:PieSeries2D.Model>
    <dxc:GlarePie2DModel />
</dxc:PieSeries2D.Model>
See Also