Class HeatMapValueGradientColorizer
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class HeatMapValueGradientColorizer : HeatMapColorizer
Constructors
HeatMapValueGradientColorizer()
Declaration
public HeatMapValueGradientColorizer()
Fields
GradientStopsProperty
Declaration
public static readonly DependencyProperty GradientStopsProperty
Field Value
Microsoft.
|
RangeMaximumProperty
Declaration
public static readonly DependencyProperty RangeMaximumProperty
Field Value
Microsoft.
|
RangeMinimumProperty
Declaration
public static readonly DependencyProperty RangeMinimumProperty
Field Value
Microsoft.
|
Properties
GradientStops
Declaration
public GradientStopCollection GradientStops { get; set; }
Property Value
Microsoft.
|
RangeMaximum
Declaration
public double RangeMaximum { get; set; }
Property Value
System.
|
RangeMinimum
Declaration
public double RangeMinimum { get; set; }
Property Value
System.
|