Back to Devexpress

ITreeMapColorizer Interface

windowsforms-devexpress-dot-xtratreemap-3494028f.md

latest1.4 KB
Original Source

ITreeMapColorizer Interface

The interface that should be implemented by a colorizer class.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public interface ITreeMapColorizer
vb
Public Interface ITreeMapColorizer

The following members return ITreeMapColorizer objects:

Remarks

This interface provides the ITreeMapColorizer.GetItemColor method allowing you to obtain colors for tree maps.

For more information about TreeMap Colorizers, refer to the Colorizers topic.

See Also

ITreeMapColorizer Members

DevExpress.XtraTreeMap Namespace