Class HeatMapColorMapping
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class HeatMapColorMapping : EJTagHelper
Constructors
HeatMapColorMapping()
Declaration
public HeatMapColorMapping()
Properties
Color
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Declaration
[JsonProperty("label")]
public HeatMapLabel Label { get; set; }
Property Value
Type | Description |
---|---|
HeatMapLabel |
Value
Declaration
[JsonProperty("value")]
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |