ISunburstColorizer.GetItemColor(ISunburstItem, SunburstItemGroupInfo) Method
In This Article
Returns the specified item color in the specified group.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
Color GetItemColor(
ISunburstItem item,
SunburstItemGroupInfo group
)
#Parameters
Name | Type | Description |
---|---|---|
item | ISunburst |
The sunburst item. |
group | Sunburst |
The sunburst item group. |
#Returns
Type | Description |
---|---|
Color | The sunburst item color. |
See Also