TreeMapGradientColorizer Members
The colorizer that colors tree map items from the TreeMapGradientColorizer.StartColor to the TreeMapGradientColorizer.EndColor using a gradient.Constructors
| Name | Description |
|---|---|
| TreeMapGradientColorizer() | Initializes a new instance of the TreeMapGradientColorizer class with default settings. |
Fields
| Name | Description |
|---|---|
| EndColorProperty static | Identifies the TreeMapGradientColorizer.EndColor dependency property. |
| StartColorProperty static | Identifies the TreeMapGradientColorizer.StartColor dependency property. |
Properties
| Name | Description |
|---|---|
| EndColor | Gets or sets the end color of the gradient used to color tree map items. |
| Owner | Returns an object’s owner. Inherited from TreeMapDependencyObject. |
| StartColor | Gets or sets the start color of the gradient used to color tree map items. |
Methods
| Name | Description |
|---|---|
| GetItemColor(TreeMapItem, TreeMapItemGroupInfo) | Returns the color for the specified item with the specified tree location. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject. |
See Also