Back to Devexpress

ChoroplethMapCollection Class

dashboard-devexpress-dot-dashboardcommon-dad170ba.md

latest2.1 KB
Original Source

ChoroplethMapCollection Class

A collection of ChoroplethMap descendants.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ChoroplethMapCollection :
    DataItemContainerCollection<ChoroplethMap>
vb
Public Class ChoroplethMapCollection
    Inherits DataItemContainerCollection(Of ChoroplethMap)

The following members return ChoroplethMapCollection objects:

Remarks

Use the ChoroplethMapDashboardItem.Maps property to access the collection of ChoroplethMap descendants.

Inheritance

Object Collection<ChoroplethMap> NotifyingCollection<ChoroplethMap> DataItemContainerCollection<ChoroplethMap> ChoroplethMapCollection

See Also

ChoroplethMapCollection Members

Maps

DevExpress.DashboardCommon Namespace