alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapFillColor

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    HeatMapFillColor
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.AspNetMvc.HeatMap.dll
    Syntax
    public class HeatMapFillColor : EJTagHelper

    Constructors

    HeatMapFillColor()

    Declaration
    public HeatMapFillColor()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    MaxColor

    Specifies the maximum fill color for cell color range.

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

    The default value is "#eeeeee"

    MinColor

    Specifies the minimum fill color for cell color range.

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

    The default value is "#eeeeee"

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