SunburstPaletteColorizer Members
The colorizer that uses a palette to paint Sunburst sectors.Constructors
| Name | Description |
|---|---|
| SunburstPaletteColorizer() | Initializes a new instance of the SunburstPaletteColorizer class. |
Fields
| Name | Description |
|---|---|
| LegendItemPatternProperty static | Identifies the LegendItemPattern dependency property. Inherited from SunburstPaletteColorizerBase. |
| PaletteProperty static | Identifies the Palette dependency property. Inherited from SunburstPaletteColorizerBase. |
| VaryColorInGroupProperty static | Identifies the VaryColorInGroup dependency property. |
Properties
| Name | Description |
|---|---|
| LegendItemPattern | Gets or sets the format pattern that is applied to a sunburst legend item’s text. Inherited from SunburstPaletteColorizerBase. |
| 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. |
| VaryColorInGroup | Gets or sets the value that specifies whether to use different colors to paint each sector in the same group. |
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