PieChartAddRing Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void AddRing(
PieRing ring
)
Public Sub AddRing (
ring As PieRing
)
Parameters
- ring
- Type: Telogis.GeoBase.ClusteringPieRing
The PieRing to be added to this PieChart.
Exceptions Exception | Condition |
---|
ApplicationException | Thrown when the sum of PieRing slices does not equal the PieChart's count. |
See Also