menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapFont - API Reference

    Show / Hide Table of Contents

    Class HeatMapFont

    Inheritance
    System.Object
    EJTagHelper
    HeatMapFont
    TooltipSettingsTextStyleTooltipSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapFont : EJTagHelper

    Constructors

    HeatMapFont()

    Declaration
    public HeatMapFont()

    Properties

    Color

    Specifies the color for the text.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    FontFamily

    Specifies the font family for the text.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    FontStyle

    Specifies the font style for the text.

    Declaration
    public string FontStyle { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "Normal"

    FontWeight

    Specifies the font weight for the text.

    Declaration
    public string FontWeight { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "Normal"

    Size

    Specifies the font size for the text.

    Declaration
    public string Size { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "16px"

    TextAlignment

    Specifies the text alignment.

    Declaration
    public Alignment TextAlignment { get; set; }
    Property Value
    Type Description
    Alignment

    The default value is Alignment.Center

    TextOverflow

    Specifies the overflow style for the text in heatmap.

    Declaration
    public TextOverflow TextOverflow { get; set; }
    Property Value
    Type Description
    TextOverflow

    The default value is TextOverflow.Trim

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved