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

ChoroplethMapDashboardItem.TooltipAttributeName Property

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

Namespace: DevExpress.DashboardCommon

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

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