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.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public sealed class HeatMapRangeColorizer : HeatMapColorizer
Constructors
HeatMapRangeColorizer()
Initializes a new instance of the HeatMapRangeColorizer class.
Declaration
public HeatMapRangeColorizer()
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.