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

ChoroplethMapDashboardItem.IncludeSummaryValueToShapeTitle Property

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

Namespace: DevExpress.DashboardCommon

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

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