ClassClusterData
Represents collection of the map objects clustered using some criteria.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class ClusterData : INotifyPropertyChanged
Inheritance: objectClusterData
Implements:
Constructors
ClusterData()
Declaration
public ClusterData()
Properties
AutoCalculateBounds
Gets or sets value which indicates whether bounding box of the cluster should be calculated automatically.
AutoExpandWhenSingle
Gets or sets value which indicates whether cluster should be automatically expanded when it contains 1 data item only.
Bounds
Gets or sets bounding box of the cluster.
Children
Gets data items which belongs to this cluster.
Declaration
public IEnumerable<object> Children { get; }
Property Value
ClusterState
Gets or sets state of the cluster.
Declaration
public ClusterState ClusterState { get; set; }
Property Value
Count
Gets number of the items in the cluster.
Data
Gets or sets additional cluster's data. This data can be used to pass extra information to the cluster's data template or by cluster generator when detecting belonging of the item to the particular cluster.
DeleteWhenEmpty
Gets or sets value which indicates whether cluster should be deleted if it is empty.
ExpandRadius
Gets or sets radius (in pixels) which will be used to calculate coordinates of the items when cluster is expanded to the polygon vertices.
HideExpanded
Indicates whether expanded cluster should be hidden.
Hotspot
Gets or sets hotspot of the cluster.
Location
Gets or sets center of the cluster.
Events
PropertyChanged
Property changed event handler.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements