Skip to main content
A newer version of this page is available. .

GeoPointMapDashboardItemBase.TooltipDimensions Property

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

Namespace: DevExpress.DashboardCommon

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

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