PieRingAddSlice Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Adds a slice to this PieRing. A slice represents a single value for the variable
represented by this PieRing. For example, a PieRing representing Vehicle Status might
have slices of Moving (Green, 4 vehicles), Idle (Orange, 2 vehicles) and Stationary
(Red, 7 vehicles).
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void AddSlice(
Color sectionColor,
int count
)
Public Sub AddSlice (
sectionColor As Color,
count As Integer
)
Parameters
- sectionColor
- Type: System.DrawingColor
The color to display the slice. - count
- Type: SystemInt32
The number of items that are represented by the slice.
See Also