ChoroplethMapDashboardItem.TooltipAttributeName Property
Gets or sets the attribute name whose values are displayed in the shape tooltip.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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