Skip to main content

ChoroplethMapCollection Class

A collection of ChoroplethMap descendants.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class ChoroplethMapCollection :
    DataItemContainerCollection<ChoroplethMap>

Remarks

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

See Also