
| Visual Basic (Declaration) | |
|---|---|
| Public MustInherit Class GraphicsClusterer Inherits Clusterer | |
| C# | |
|---|---|
| public abstract class GraphicsClusterer : Clusterer | |
Subclasses are required to implement OnCreateGraphic to generate the graphic used to represent a cluster.
			
            
            
            
            
            
            System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         ESRI.ArcGIS.Client.Clusterer
            ESRI.ArcGIS.Client.GraphicsClusterer
               ESRI.ArcGIS.Client.FlareClusterer
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
 
     
     
     
     
    