Class ColorMapping
Inheritance
System.Object
ColorMapping
Namespace: Syncfusion.UI.Xaml.HeatMap
Assembly: Syncfusion.SfHeatMap.WPF.dll
Syntax
public class ColorMapping : Object
Constructors
ColorMapping()
Declaration
public ColorMapping()
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
Label
Declaration
public object Label { get; set; }
Property Value
Type |
---|
System.Object |
NullColor
Declaration
public bool NullColor { get; set; }
Property Value
Type |
---|
System.Boolean |
Value
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |