Skip to main content

ChoroplethMapDashboardItem.TooltipAttributeName Property

Gets or sets the attribute name whose values are displayed in the shape tooltip.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public string TooltipAttributeName { get; set; }

Property Value

Type Default Description
String null

A String that specifies the attribute name whose values are displayed in the shape tooltip.

Remarks

By default, values belonging to the ChoroplethMapDashboardItem.AttributeName attribute are displayed in the shape tooltip.

See Also