Skip to main content
A newer version of this page is available. .

ISunburstColorizer.GetItemColor(ISunburstItem, SunburstItemGroupInfo) Method

Returns the specified item color in the specified group.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.2.dll

Declaration

Color GetItemColor(
    ISunburstItem item,
    SunburstItemGroupInfo group
)

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