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

MapBubble Class

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

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public class MapBubble :
    MapChartItemBase,
    IMapChartItem,
    IMapChartDataItem,
    IMapValueDataItem,
    IMapDataItem,
    IKeyColorizerElement,
    IColorizerElement,
    IClusterItem,
    IClusterItemCore,
    IClusterable

The following members return MapBubble objects:

Remarks

The following image shows two bubble charts with different values.

MapBubble_Example

Implements

See Also