Class HeatMapDesaturationColorizer
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class HeatMapDesaturationColorizer : HeatMapColorizer
Constructors
HeatMapDesaturationColorizer()
Declaration
public HeatMapDesaturationColorizer()
Fields
FromProperty
Declaration
public static readonly DependencyProperty FromProperty
Field Value
Microsoft.
|
RangeMaximumProperty
Declaration
public static readonly DependencyProperty RangeMaximumProperty
Field Value
Microsoft.
|
RangeMinimumProperty
Declaration
public static readonly DependencyProperty RangeMinimumProperty
Field Value
Microsoft.
|
StartColorProperty
Declaration
public static readonly DependencyProperty StartColorProperty
Field Value
Microsoft.
|
ToProperty
Declaration
public static readonly DependencyProperty ToProperty
Field Value
Microsoft.
|
Properties
From
Declaration
public double From { get; set; }
Property Value
System.
|
RangeMaximum
Declaration
public double RangeMaximum { get; set; }
Property Value
System.
|
RangeMinimum
Declaration
public double RangeMinimum { get; set; }
Property Value
System.
|
StartColor
Declaration
public Color StartColor { get; set; }
Property Value
Windows.
|
To
Declaration
public double To { get; set; }
Property Value
System.
|