Click or drag to resize

ClusterT Properties

The ClusterT generic type exposes the following members.

Properties
  NameDescription
Public propertyAggregate
Gets or sets the aggregated value of the cluster.
Public propertyCentroidX
Gets the aggregated centroid x value of the cluster.
Public propertyCentroidY
Gets the aggregated centroid y value of the cluster.
Public propertyLevel
Gets or sets the cluster level.
Public propertyNumPoints
Gets or sets the number of points in a cluster.
Public propertySumX
Gets or sets the centroid x value of the cluster.
Public propertySumY
Gets or sets the centroid y value of the cluster.
Public propertyTags
Gets the list of items in a cluster.
Public propertyTileX
Gets or sets the x-key of the cluster.
Public propertyTileY
Gets or sets the y-key of the cluster.
Top
See Also