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.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public ChoroplethMapCollection Maps { get; }

Property Value

Type Description
ChoroplethMapCollection

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

See Also