GeoPointMapDashboardItemBase.TooltipDimensions Property
In This Article
Gets the collection of dimensions that provide data for Geo Point map tooltips.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DimensionCollection TooltipDimensions { get; }
#Property Value
Type | Description |
---|---|
Dimension |
A collection of Dimension objects that provide data for Geo Point map tooltips. |
See Also