Skip to main content

ChoroplethMapDashboardItem.Maps Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.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