Skip to main content

ChoroplethMapDashboardItem.IncludeSummaryValueToShapeTitle Property

Gets or sets whether to include summary values in shape titles.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool IncludeSummaryValueToShapeTitle { get; set; }

Property Value

Type Default Description
Boolean false

true, to include summary values in shape titles; otherwise, false.

Remarks

To learn more, see Labels.

See Also