ClusterState
Enum
State of the item in the clustered data source.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum ClusterState
Fields
Cluster is collapsed. It is shown as single pushpin.
C#
Collapsed = 0
Cluster is expanded. It is shown as number of the pushpins.
C#
Expanded = 1
Cluster is expanded so its items aren't on their original locations, but in the vertices of the regular polygon. Cluster is shown as number of the pushpins.
C#
ExpandedToPolygon = 2