Skip to main content

PieMapDashboardItem.IsWeighted Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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