ISunburstColorizer.GetItemColor(ISunburstItem, SunburstItemGroupInfo) Method
Returns the specified item color in the specified group.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | ISunburstItem | The sunburst item. |
| group | SunburstItemGroupInfo | The sunburst item group. |
Returns
| Type | Description |
|---|---|
| Color | The sunburst item color. |
See Also