Class
HeatMapRangeColor

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:

cs-api-definition
public sealed class HeatMapRangeColor : InheritanceContextPropagator, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorHeatMapRangeColor

Implements: INotifyPropertyChanged

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.

Declaration

cs-api-definition
public double From { get; set; }

Property Value

double

To

Gets or sets the upper boundary value.

Declaration

cs-api-definition
public double To { get; set; }

Property Value

double

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged