SunburstGroupGradientColorizer Members
The colorizer that applies a color gradient to a Sunburst chart’s sectors.Constructors
| Name | Description |
|---|---|
| SunburstGroupGradientColorizer() | Initializes a new instance of the SunburstGroupGradientColorizer class. |
Fields
| Name | Description |
|---|---|
| GradientColorProperty static | Identifies the GradientColor dependency property. |
| LegendItemPatternProperty static | Identifies the LegendItemPattern dependency property. Inherited from SunburstPaletteColorizerBase. |
| MaxProperty static | Identifies the Max dependency property. |
| MinProperty static | Identifies the Min dependency property. |
| ModeProperty static | Identifies the Mode dependency property. |
| PaletteProperty static | Identifies the Palette dependency property. Inherited from SunburstPaletteColorizerBase. |
Properties
| Name | Description |
|---|---|
| GradientColor | Gets or sets the color that should be blended with the sunburst sector color. |
| LegendItemPattern | Gets or sets the format pattern that is applied to a sunburst legend item’s text. Inherited from SunburstPaletteColorizerBase. |
| Max | Gets or sets the color intensity of the sunburst top level sectors. |
| Min | Gets or sets the color intensity of the sunburst lowest level sectors. |
| Mode | Gets or sets the mode that defines how to distribute a gradient across sectors. |
| Owner | Returns an object’s owner. Inherited from TreeMapDependencyObject. |
| Palette | Gets or sets a palette that is applied to a Sunburst chart. Inherited from SunburstPaletteColorizerBase. |
Methods
| Name | Description |
|---|---|
| GetItemBrush(ISunburstSectorInfo) | Returns a brush that is applied to the sector. Inherited from SunburstPaletteColorizerBase. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject. |
See Also