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

GeoPointMapDashboardItemBase Class

Serves as the base class for Map dashboard items that visualize data based on the geographical coordinates.

Namespace: DevExpress.DashboardCommon

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

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:

See Also