wpf-devexpress-dot-xpf-dot-charts-dot-borderlessflatpie2dmodel.md
The flat 2D Pie model without a border.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class BorderlessFlatPie2DModel :
PredefinedPie2DModel
Public Class BorderlessFlatPie2DModel
Inherits PredefinedPie2DModel
Set the PieSeries2D.Model property to the BorderlessFlatPie2DModel object to apply the model to a series.
<dxc:PieSeries2D>
<dxc:PieSeries2D.Model>
<dxc:BorderlessFlatPie2DModel/>
</dxc:PieSeries2D.Model>
</dxc:PieSeries2D>
The following series are compatible with the BorderlessFlatPie2DModel :
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BorderlessFlatPie2DModel class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
wpf-charts-add-custom-legend-item-to-legend/CS/CustomLegendItemSample/MainWindow.xaml#L36
<dxc:PieSeries2D.Model>
<dxc:BorderlessFlatPie2DModel/>
</dxc:PieSeries2D.Model>
Object DispatcherObject DependencyObject Freezable ChartDependencyObject DevExpress.Xpf.Charts.PointModel Pie2DModel PredefinedPie2DModel BorderlessFlatPie2DModel
See Also