Back to Devexpress

ISunburstColorizer.GetItemColor(ISunburstItem, SunburstItemGroupInfo) Method

windowsforms-devexpress-dot-xtratreemap-dot-isunburstcolorizer-dot-getitemcolor-x28-devexpress-dot-treemap-dot-isunburstitem-devexpress-dot-xtratreemap-dot-sunburstitemgroupinfo-x29.md

latest1.6 KB
Original Source

ISunburstColorizer.GetItemColor(ISunburstItem, SunburstItemGroupInfo) Method

Returns the specified item color in the specified group.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
Color GetItemColor(
    ISunburstItem item,
    SunburstItemGroupInfo group
)
vb
Function GetItemColor(
    item As ISunburstItem,
    group As SunburstItemGroupInfo
) As Color

Parameters

NameTypeDescription
itemISunburstItem

The sunburst item.

| | group | SunburstItemGroupInfo |

The sunburst item group.

|

Returns

TypeDescription
Color

The sunburst item color.

|

See Also

ISunburstColorizer Interface

ISunburstColorizer Members

DevExpress.XtraTreeMap Namespace