menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapLabel

    Show / Hide Table of Contents

    Class HeatMapLabel

    Inheritance
    System.Object
    EJTagHelper
    HeatMapLabel
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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 HeatMapLabel : EJTagHelper

    Constructors

    HeatMapLabel()

    Declaration
    public HeatMapLabel()

    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
    Type Description
    HorizontalAlignment

    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
    Type Description
    HeatMapTextDecorations
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved