ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapPaletteSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    HeatMapPaletteSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapPaletteSettings : EJTagHelper

    Constructors

    HeatMapPaletteSettings()

    Declaration
    public HeatMapPaletteSettings()

    Properties

    ColorGradientMode

    Specifies the color gradient mode in heatmap. This property is used to set the minimum and maximum values for colors based on row and column.

    Declaration
    [HtmlAttributeName("colorGradientMode")]
    public ColorGradientMode ColorGradientMode { get; set; }
    Property Value
    Type Description
    ColorGradientMode

    The default value is ColorGradientMode.Table

    ContentTemplate

    To get or set value for ContentTemplate.

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

    EmptyPointColor

    Specifies the color for the empty points in heatmap.

    Declaration
    [HtmlAttributeName("emptyPointColor")]
    public string EmptyPointColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    FillColor

    Specifies the options to set fill colors.

    Declaration
    [HtmlAttributeName("fillColor")]
    public HeatMapFillColor FillColor { get; set; }
    Property Value
    Type Description
    HeatMapFillColor

    The default value is null

    Palette

    Sets and gets the color palette collection for heatmap cell.

    Declaration
    [HtmlAttributeName("palette")]
    public List<HeatMapPalette> Palette { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<HeatMapPalette>

    The default value is null

    Type

    Specifies the style in which the color is to be applied to the cells. Gradient - Renders the heatmap cells with linear gradient colors. Fixed - Renders the heatmap cells with fixed colors.

    Declaration
    [HtmlAttributeName("type")]
    public PaletteType Type { get; set; }
    Property Value
    Type Description
    PaletteType

    The default value is PaletteType.Gradient

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