Click or drag to resize

ClusterVisualizationPieChart Constructor

Verizon Connect Logo
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
)

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