<ig:xamTreemap.ValueMappers>
<ig:GroupValueMapper
ValueTypeName="Manufacturer"
ValuePath="Revenue"
TargetProperty="FontSize"
MappingMode="AllNodes"
Order="Descending">
<ig:GroupValueMapper.GroupValues>
<System:Double>15</System:Double>
<System:Double>10</System:Double>
<System:Double>5</System:Double>
</ig:GroupValueMapper.GroupValues>
</ig:GroupValueMapper>
<ig:GroupValueMapper
ValueTypeName="Product"
ValuePath="StandardCost"
TargetProperty="Fill"
MappingMode="AllNodes">
<ig:GroupValueMapper.GroupValues>
<SolidColorBrush Color="#014871" />
<SolidColorBrush Color="#156699" />
<SolidColorBrush Color="#297eb7" />
</ig:GroupValueMapper.GroupValues>
</ig:GroupValueMapper>
<ig:GroupValueMapper
ValueTypeName="InventoryEntry"
ValuePath="Quantity"
TargetProperty="Fill"
MappingMode="AllNodes">
<ig:GroupValueMapper.GroupValues>
<SolidColorBrush Color="#430f52" />
<SolidColorBrush Color="#601774" />
<SolidColorBrush Color="#7d1f97" />
</ig:GroupValueMapper.GroupValues>
</ig:GroupValueMapper>
</ig:xamTreemap.ValueMappers>