Skip to main content

ISunburstColorizer Interface

The interface that a colorizer class should implement.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public interface ISunburstColorizer

The following members return ISunburstColorizer objects:

Remarks

This interface introduces the ISunburstColorizer.GetItemColor method that allows you to obtain colors for sunburst items.

See Also