Cluster
Class
Represents collection of the map objects clustered using some criteria.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class Cluster : MapObjectInfo
Inheritance: objectMapObjectInfoCluster
Inherited Members
Constructors
Initializes a new instance of the Cluster class.
C#
public Cluster(ClusterData item, DependencyObject container)
Map item.
containerDependencyObjectMap object container.
Methods
Dispose cluster.
C#
public override void Dispose()
Overrides: