Click or drag to resize

ClusterVisualizationPieChart Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Displays clusters as pie charts - one or more concentric discs each representing information about one variable relevant to the cluster, with the count of items in the cluster at the center of the pie chart.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.ClusteringClusterVisualization
    Telogis.GeoBase.ClusteringClusterVisualizationPieChart

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class ClusterVisualizationPieChart : ClusterVisualization

The ClusterVisualizationPieChart type exposes the following members.

Constructors
  NameDescription
Public methodClusterVisualizationPieChart
Creates a visualization that will use the supplied delegate to create PieCharts for each cluster that is to be visualized.
Top
Properties
  NameDescription
Public propertyFeatureImage
An image drawn when a cluster contains only one feature.
(Inherited from ClusterVisualization.)
Public propertyFeatureImageAnchor
The offset of the point on FeatureImage that will be located at (0,0) on the image returned by the visualization.
(Inherited from ClusterVisualization.)
Public propertyFeatureSize
The size (pixels) of a Feature.
(Inherited from ClusterVisualization.)
Public propertyMinimumClusterSize
The minimum size (pixels) of a Cluster.
(Inherited from ClusterVisualization.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImage
Creates the image described by an ImageId. The ImageId should have been obtained from a call to GetImageId on this ClusterVisualization.
(Overrides ClusterVisualizationGetImage(String).)
Public methodGetImageId
Gets the ImageId for a Cluster which can later be passed into GetImage in order to render the cluster.
(Overrides ClusterVisualizationGetImageId(Cluster).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetFeatureImage
Sets a new feature image. A feature image is displayed for clusters of only one item.
(Inherited from ClusterVisualization.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldFont
The font that will be used to display the number of items within the cluster. If null then no number will be displayed.
Top
See Also