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

BubbleMapDashboardItem.Weight Property

Gets or sets the measure used to evaluate the weight of bubbles.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(null)]
public Measure Weight { get; set; }

Property Value

Type Default Description
Measure *null*

A Measure object that specifies the measure used to evaluate the weight of bubbles.

See Also