Class HeatMapRangeColorizer
A RadHeatMap colorizer that works with ranges. For each range there is a corresponding color and a value falling within the specified range will be shown with the specified color.
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapRangeColorizer : HeatMapColorizer
Constructors
HeatMapRangeColorizer()
Initializes a new instance of the HeatMapRangeColorizer class.
Declaration
public HeatMapRangeColorizer()
Fields
ColorsProperty
Identifies the Colors dependency property.
Declaration
public static readonly DependencyProperty ColorsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Colors
Gets or sets the range-color collection.
Declaration
public HeatMapRangeColorCollection Colors { get; set; }
Property Value
HeatMapRangeColorCollection
|
Remarks
The color for a value is selected to be the color of the first HeatMapRangeColor whose range contains the value.