ISunburstColorizer.GetItemColor(ISunburstItem, SunburstItemGroupInfo) Method
Returns the specified item color in the specified group.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.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