PieChart Class |
The PieRing with the largest radius is rendered first. The PieRing with the next largest radius is rendered on top, so that the only part of the first PieRing that's still visible is determined by the difference in the radii. And so on until the PieRing with the smallest radius is rendered on the very top. Finally the count of items in the cluster is rendered at the center of the PieChart.
Namespace: Telogis.GeoBase.Clustering
The PieChart type exposes the following members.
Name | Description | |
---|---|---|
AddRing |
Adds a PieRing to this PieChart. The PieRing must have already been populated by
calling AddSlice. The sum of the counts of the PieRing's slices must be the same as
the count of this PieChart.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |