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

ChoroplethMapDashboardItem.AttributeDimension Property

Gets or sets the dimension that provides map attributes.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public Dimension AttributeDimension { get; set; }

Property Value

Type Default Description
Dimension null

A Dimension object specifying a dimension that provides map attributes.

Remarks

To specify the binding between the required map attribute and the data source’s field, do the following.

See Also