Class MVPieSlice
MVPieSlice represents the definition of a single pie slice. It contains both the name and the color for the slice. The name is mainly used for labeling a slice in a map legend.
Constructor Attributes | Constructor Name and Description |
---|---|
MVPieSlice(name, color)
|
Class Detail
MVPieSlice(name, color)
- Parameters:
- {string} name
- the display name of the pie slice
- {string} color
- the RRGGBB value of the color of the pie slice, such as "FFFFFF" for white.