Skip to main content

GlarePie2DModel Class

Represents the Glare Pie / Donut pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class GlarePie2DModel :
    PredefinedPie2DModel

#Remarks

To define this model for a Pie (Donut) series, assign an instance of the GlarePie2DModel class to the PieSeries2D.Model property.

The following image demonstrates the GlarePie2DModel (with the PastelKitPalette applied to the chart control).

models-GlarePie2DModel

For a code example, see How to: Assign Different Models for Series and Point Markers.

See Also