PieChart Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a PieChart that will represent the given number of items.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public PieChart(
int count
)
Public Sub New (
count As Integer
)
Parameters
- count
- Type: SystemInt32
The number of items represented by this PieChart
See Also