GeoPointMapDashboardItemBase Class
In This Article
Serves as the base class for Map dashboard items that visualize data based on the geographical coordinates.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public abstract class GeoPointMapDashboardItemBase :
MapDashboardItem,
IRaiseClusterizationRequestItem
#Remarks
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:
#Implements
#Inheritance
See Also