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

PieMapDashboardItem.IsWeighted Property

Gets or sets whether to paint weighted pies on the map.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(true)]
public bool IsWeighted { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to paint weighted pies on the map; otherwise, false.

See Also