Back to Devexpress

GeoPointMapDashboardItemBase Class

dashboard-devexpress-dot-dashboardcommon-98c6980d.md

latest2.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class GeoPointMapDashboardItemBase :
    MapDashboardItem,
    IRaiseClusterizationRequestItem
vb
Public MustInherit Class GeoPointMapDashboardItemBase
    Inherits MapDashboardItem
    Implements 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

ICustomPropertyProvider

Inheritance

Object DashboardItem DataDashboardItem MapDashboardItem GeoPointMapDashboardItemBase BubbleMapDashboardItem

GeoPointMapDashboardItem

PieMapDashboardItem

See Also

GeoPointMapDashboardItemBase Members

DevExpress.DashboardCommon Namespace