ClassClusterItem
Represents container which hold clustered items (items which is grouped by some criteria).
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class ClusterItem : ClusterDataItem, INotifyPropertyChanged
Inheritance: objectClusterDataItemClusterItem
Implements:
Inherited Members
Constructors
ClusterItem(object)
Initializes a new instance of the ClusterItem class.
Declaration
public ClusterItem(object clusterData)
Parameters
clusterData
Cluster data.
Fields
AutoCalculateBoundsProperty
Identifies the AutoCalculateBounds dependency property.
Declaration
public static readonly DependencyProperty AutoCalculateBoundsProperty
Field Value
DependencyProperty
BoundsProperty
Identifies the Bounds Bounds dependency property.
Declaration
public static readonly DependencyProperty BoundsProperty
Field Value
DependencyProperty
CenterProperty
Identifies the Center Center dependency property.
Declaration
public static readonly DependencyProperty CenterProperty
Field Value
DependencyProperty
ClusterStateProperty
Identifies the ClusterState dependency property.
Declaration
public static readonly DependencyProperty ClusterStateProperty
Field Value
DependencyProperty
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.
Center
Gets or sets center 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.
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.
Methods
Contains(object)
Detects whether cluster contains specified data item.
Events
PropertyChanged
Property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements