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

ISunburstColorizer Interface

The interface that a colorizer class should implement.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

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