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.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class HeatMapRangeColorizer : HeatMapColorizer

Inheritance: objectInheritanceContextPropagatorHeatMapColorizerHeatMapRangeColorizer

Inherited Members HeatMapColorizer.IsAbsolutePropertyHeatMapColorizer.IsAbsolute

Constructors

HeatMapRangeColorizer()

Initializes a new instance of the HeatMapRangeColorizer class.

Declaration

cs-api-definition
public HeatMapRangeColorizer()

Fields

ColorsProperty

Identifies the Colors dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColorsProperty

Field Value

DependencyProperty

Properties

Colors

Gets or sets the range-color collection.

Declaration

cs-api-definition
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.