Skip to main content

GeoPointMapDashboardItemBase.TooltipDimensions Property

Gets the collection of dimensions that provide data for Geo Point map tooltips.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DimensionCollection TooltipDimensions { get; }

Property Value

Type Description
DimensionCollection

A collection of Dimension objects that provide data for Geo Point map tooltips.

See Also