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

MapDashboardItem.CustomShapefile Property

Gets a shapefile used to provide a custom map.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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