Back to Devexpress

How to: Color Tree Map Using the Gradient Colorizer

wpf-114970-controls-and-libraries-treemap-control-colorizers-examples-how-to-color-tree-map-using-the-gradient-colorizer.md

latest881 B
Original Source

How to: Color Tree Map Using the Gradient Colorizer

  • Jun 07, 2019

To color tree map items using the Gradient Colorizer, do the following.

xaml
<dxtm:TreeMapControl.Colorizer>
    <dxtm:TreeMapGradientColorizer 
        EndColor="#FFFF5A19" 
        StartColor="#FF6EC95C"/>
</dxtm:TreeMapControl.Colorizer>