ClassHeatMapRangeColor
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.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class HeatMapRangeColor : DependencyObject, INotifyPropertyChanged
Inheritance: objectHeatMapRangeColor
Implements:
Constructors
HeatMapRangeColor()
Declaration
cs-api-definition
public HeatMapRangeColor()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ColorProperty
Field Value
DependencyProperty
FromProperty
Identifies the From dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty FromProperty
Field Value
DependencyProperty
ToProperty
Identifies the To dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ToProperty
Field Value
DependencyProperty
Properties
Color
Gets or sets the color.
Declaration
cs-api-definition
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
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements