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

MapPie Class

The class used to draw a pie chart on a map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public class MapPie :
    MapChartItemBase,
    IMapChartItem,
    IMapChartDataItem,
    IMapValueDataItem,
    IMapDataItem,
    IMapContainerDataItem,
    IClusterItem,
    IClusterItemCore,
    IClusterable

The following members return MapPie objects:

Remarks

The following image shows an example of a map pie chart.

MapPie_Example

Implements

See Also