Version

ColorMapper Class

The ColorMapper adds color to the nodes of the xamTreemap depending on a specified value. It maps some property of the data to a property of the node – for example the fill color or foreground color. From and To – these two properties determine the range in which the color is determined depending on the value of each node.
Syntax
'Declaration
 
Public Class ColorMapper 
   Inherits RangeMapper
public class ColorMapper : RangeMapper 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also