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

FlatPie2DModel Class

Represents the Flat 2D Pie pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class FlatPie2DModel :
    PredefinedPie2DModel

Remarks

The following image demonstrates the FlatPie2DModel.

FlatPie2DModel

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

See Also