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.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public sealed class HeatMapRangeColorizer : HeatMapColorizer
Inheritance: objectInheritanceContextPropagatorHeatMapColorizerHeatMapRangeColorizer
Inherited Members
Constructors
Initializes a new instance of the HeatMapRangeColorizer class.
C#
public HeatMapRangeColorizer()
Fields
ColorsProperty
DependencyProperty
Identifies the Colors dependency property.
C#
public static readonly DependencyProperty ColorsProperty
Properties
Gets or sets the range-color collection.
C#
public HeatMapRangeColorCollection Colors { get; set; }
Remarks:
The color for a value is selected to be the color of the first HeatMapRangeColor whose range contains the value.