MapDashboardItem Class
In This Article
Serves as the base class for map dashboard items.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public abstract class MapDashboardItem :
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.
- Select one of the predefined maps that ship with the DevExpress Dashboard. Use the MapDashboardItem.Area property to do this.
- Set the MapDashboardItem.Area property to ShapefileArea.Custom and use the MapDashboardItem.CustomShapefile property to specify the existing shapefile.
#Implements
#Inheritance
See Also