ITreeMapColorizer Interface
The interface that should be implemented by a colorizer class.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Related API Members
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