ClassHeatMapRangeColor
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:
public sealed class HeatMapRangeColor : InheritanceContextPropagator, INotifyPropertyChanged
Inheritance: objectInheritanceContextPropagatorHeatMapRangeColor
Implements:
Constructors
HeatMapRangeColor()
Declaration
public HeatMapRangeColor()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
DependencyProperty
FromProperty
Identifies the From dependency property.
Declaration
public static readonly DependencyProperty FromProperty
Field Value
DependencyProperty
ToProperty
Identifies the To dependency property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
DependencyProperty
Properties
Color
Gets or sets the color.
Declaration
public Color Color { get; set; }
Property Value
Color
From
Gets or sets the lower boundary value.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements