New to Telerik UI for WPFStart a free 30-day trial

Defines a class used by the HeatMapRangeColorizer to select colors for the cells of the RadHeatMap. The values that fall within the From and To will be shown with the specified Color.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public sealed class HeatMapRangeColor : InheritanceContextPropagator, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorHeatMapRangeColor

Implements: INotifyPropertyChanged

Constructors

C#
public HeatMapRangeColor()

Fields

ColorProperty

DependencyProperty

Identifies the Color dependency property.

C#
public static readonly DependencyProperty ColorProperty

FromProperty

DependencyProperty

Identifies the From dependency property.

C#
public static readonly DependencyProperty FromProperty

ToProperty

DependencyProperty

Identifies the To dependency property.

C#
public static readonly DependencyProperty ToProperty

Properties

Color

Color

Gets or sets the color.

C#
public Color Color { get; set; }

Gets or sets the lower boundary value.

C#
public double From { get; set; }

Gets or sets the upper boundary value.

C#
public double To { get; set; }

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged