wpf-devexpress-dot-xpf-dot-map-8cfabd11.md
The base class for all map chart items.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public abstract class MapChartItemBase :
MapShapeBase,
ISupportCoordLocation,
IMapChartItem,
IMapChartDataItem,
IMapValueDataItem,
IMapDataItem,
ISizedPointCore,
IPointCore
Public MustInherit Class MapChartItemBase
Inherits MapShapeBase
Implements ISupportCoordLocation,
IMapChartItem,
IMapChartDataItem,
IMapValueDataItem,
IMapDataItem,
ISizedPointCore,
IPointCore
This class introduces the MapChartItemBase.Location property, specifying the location of an item, the MapChartItemBase.ItemId property, specifying the ID of an item, and the MapChartItemBase.Size property specifying the size of an item.
Object DispatcherObject DependencyObject Freezable MapDependencyObject MapItem MapShapeBase MapChartItemBase MapBubble
See Also