HeatmapRangeColorProvider Members
Paints heatmap cells according to value ranges.Constructors
| Name | Description |
|---|---|
| HeatmapRangeColorProvider() | Initializes a new instance of the HeatmapRangeColorProvider class. |
Fields
| Name | Description |
|---|---|
| ApproximateColorsProperty static | Identifies the ApproximateColors dependency property. |
| LegendItemPatternProperty static | Identifies the LegendItemPattern dependency property. Inherited from HeatmapPaletteColorProvider. |
| PaletteProperty static | Identifies the Palette dependency property. Inherited from HeatmapPaletteColorProvider. |
| RangeStopsProperty static | Identifies the RangeStops dependency property. |
Properties
| Name | Description |
|---|---|
| ApproximateColors | Specifies whether to approximate colors. |
| LegendItemPattern | Gets or sets the format string that configures legend item text. Inherited from HeatmapPaletteColorProvider. |
| Palette | Gets or sets the color provider palette. Inherited from HeatmapPaletteColorProvider. |
| RangeStops | Returns the collection of color ranges for the heatmap range color provider. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |
See Also