Skip to main content

MapDashboardItem.CustomShapefile Property

Gets a shapefile used to provide a custom map.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CustomShapefile CustomShapefile { get; }

Property Value

Type Description
CustomShapefile

A CustomShapefile object that is a shapefile used to provide a custom map.

Remarks

Dashboard map 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.

There are two ways to provide a custom shapefile.

Note

Note that custom maps created in the Cartesian coordinate system are not supported.

See Also