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.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public sealed class HeatMapRangeColor : INotifyPropertyChanged
Inheritance: objectHeatMapRangeColor
Implements:
Constructors
HeatMapRangeColor()
Declaration
cs-api-definition
public HeatMapRangeColor()
Properties
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements