HeatMapRangeColor
Class
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:
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; }
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: