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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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