MapDashboardItem.TooltipMeasures Property
In This Article
Gets the collection of measures that provide data for map tooltips.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public MeasureCollection TooltipMeasures { get; }
#Property Value
Type | Description |
---|---|
Measure |
A collection of Measure objects that provide data for map tooltips. |
See Also