Skip to main content

Clustering

When a Geo Point map contains a large number of objects (callouts, bubbles or pies), showing each object individually on the map is not useful. The Dashboard Designer provides the capability to group neighboring map objects. This feature is called Clustering.

For instance, the Geo Point Map dashboard item combines callouts to bubbles.

ClusteredCallouts

The Bubble Map and Pie Map dashboard items cluster bubbles/pies with other bubbles/pies.

ClusteringPies

To enable clustering in the Designer, use the Enable Clustering button in the Clustering group on the Data ribbon tab of the Geo Point Map Tools contextual tab set.

ClusteringButton_Ribbon

To enable clustering in code, use the GeoPointMapDashboardItemBase.EnableClustering property.

See Also