Back to Devexpress

MapDashboardItem Class

dashboard-devexpress-dot-dashboardcommon-e602d3f0.md

latest2.4 KB
Original Source

MapDashboardItem Class

Serves as the base class for map dashboard items.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class MapDashboardItem :
    DataDashboardItem
vb
Public MustInherit Class MapDashboardItem
    Inherits DataDashboardItem

Remarks

Map dashboard items provide the capability to display maps within a dashboard. You can use the following options to display a map in the dashboard map item.

Implements

ICustomPropertyProvider

Inheritance

Object DashboardItem DataDashboardItem MapDashboardItem ChoroplethMapDashboardItem

GeoPointMapDashboardItemBase

BubbleMapDashboardItem

GeoPointMapDashboardItem

PieMapDashboardItem

See Also

MapDashboardItem Members

DevExpress.DashboardCommon Namespace