SunburstRangeColorizer Members
The colorizer that paints Sunburst sectors based on their associated values.Constructors
| Name | Description |
|---|---|
| SunburstRangeColorizer() | Initializes a new instance of the SunburstRangeColorizer class. |
Fields
| Name | Description |
|---|---|
| LegendItemPatternProperty static | Identifies the LegendItemPattern dependency property. Inherited from SunburstPaletteColorizerBase. |
| PaletteProperty static | Identifies the Palette dependency property. Inherited from SunburstPaletteColorizerBase. |
| RangeStopsProperty static | Identifies the RangeStops 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. |
| RangeStops | Gets or sets the colorizer’s range stops that specify color boundaries. |
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