ClusterVisualizationPieChart Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a visualization that will use the supplied delegate to create PieCharts for
each cluster that is to be visualized.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public ClusterVisualizationPieChart(
PieChartDelegate processSummary
)
Public Sub New (
processSummary As PieChartDelegate
)
Parameters
- processSummary
- Type: Telogis.GeoBase.ClusteringPieChartDelegate
A delegate that will be called for each cluster and that
will return a PieChart representing each cluster.
See Also