Back to Devexpress

ChoroplethMap Class

dashboard-devexpress-dot-dashboardcommon-7c858d6e.md

latest1.8 KB
Original Source

ChoroplethMap Class

Serves as the base class for classes that provide values for different types of the ChoroplethMapDashboardItem.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class ChoroplethMap :
    NamedDataItemContainer
vb
Public MustInherit Class ChoroplethMap
    Inherits NamedDataItemContainer

Remarks

To learn how to provide values for color map shapes, see Providing Data.

Implements

ICustomPropertyProvider

Inheritance

Object DataItemContainer NamedDataItemContainer ChoroplethMap DeltaMap

ValueMap

See Also

ChoroplethMap Members

Providing Data

DevExpress.DashboardCommon Namespace