<esri:GraphicsLayer ID="WorkOrders" MouseLeftButtonUp="GraphicsLayer_MouseLeftButtonUp"> <esri:GraphicsLayer.Clusterer> <s:OrderClusterer> </s:OrderClusterer> </esri:GraphicsLayer.Clusterer> </esri:GraphicsLayer>
If providing some form of combined graphic attribute information for multiple graphics is desired for the non-interactive grouping symbol, you could use a creative solution like using the ESRI.ArcGIS.Client.GraphicsLayer.FindGraphicsInHostCoordinates in the Map Control to determine via a mouse click if the non-interactive grouping symbol was found and display a custom UIElement back to the user with the desired information
If the System.Windows.Point location finds a clustered graphic, the individual graphics that the cluster represents will be returned
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.