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

GlossyPie2DModel Class

Represents the Glossy 2D Pie pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class GlossyPie2DModel :
    PredefinedPie2DModel

Remarks

The following image demonstrates the GlossyPie2DModel.

GlossyPie2DModel

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

See Also