Skip to main content

MapDashboardItem.TooltipMeasures Property

Gets the collection of measures that provide data for map tooltips.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public MeasureCollection TooltipMeasures { get; }

Property Value

Type Description
MeasureCollection

A collection of Measure objects that provide data for map tooltips.

See Also