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

ChoroplethMapDashboardItem.Maps Property

Gets the collection of ChoroplethMap objects that provide values for different maps.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ChoroplethMapCollection Maps { get; }

Property Value

Type Description
ChoroplethMapCollection

A ChoroplethMapCollection collection of objects that provide values for different maps.

See Also