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