dashboard-devexpress-dot-dashboardcommon-98c6980d.md
Serves as the base class for Map dashboard items that visualize data based on the geographical coordinates.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public abstract class GeoPointMapDashboardItemBase :
MapDashboardItem,
IRaiseClusterizationRequestItem
Public MustInherit Class GeoPointMapDashboardItemBase
Inherits MapDashboardItem
Implements IRaiseClusterizationRequestItem
The GeoPointMapDashboardItemBase class exposes the GeoPointMapDashboardItemBase.Latitude and GeoPointMapDashboardItemBase.Longitude properties that allows you to specify the dimensions used to provide a geographical point’s latitude and longitude, respectively.
GeoPointMapDashboardItemBase serves as the base class and exposes the following descendants:
Object DashboardItem DataDashboardItem MapDashboardItem GeoPointMapDashboardItemBase BubbleMapDashboardItem
See Also