GlassPie2DModel Class
In This Article
Represents the Glass Pie / Donut pre-defined model.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
To define this model for a Pie (Donut) series, assign an instance of the GlassPie2DModel class to the PieSeries2D.Model property.
The following image demonstrates the GlassPie2DModel (with the PastelKitPalette applied to the chart control).
For a code example, see How to: Assign Different Models for Series and Point Markers.
#Inheritance
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Pie2DModel
PredefinedPie2DModel
GlassPie2DModel
See Also