Class HeatMapLabel
Inheritance
System.Object
HeatMapLabel
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class HeatMapLabel : EJTagHelper
Constructors
HeatMapLabel()
Declaration
Properties
Bold
Declaration
[JsonProperty("bold")]
public bool Bold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FontColor
Declaration
[JsonProperty("fontColor")]
public string FontColor { get; set; }
Property Value
Type |
Description |
System.String |
|
FontFamily
Declaration
[JsonProperty("fontFamily")]
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Declaration
[JsonProperty("fontSize")]
public double FontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalAlignment
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Italic
Declaration
[JsonProperty("italic")]
public bool Italic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextDecoration
Declaration
[JsonProperty("textDecoration")]
[JsonConverter(typeof(StringEnumConverter))]
public HeatMapTextDecorations TextDecoration { get; set; }
Property Value