ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapPaletteSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapPaletteSettings

    Inheritance
    System.Object
    EJTagHelper
    HeatMapPaletteSettings
    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.IsCollection
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapPaletteSettings : EJTagHelper

    Constructors

    HeatMapPaletteSettings()

    Declaration
    public HeatMapPaletteSettings()

    Properties

    ColorGradientMode

    Specifies the colorGradientMode in Heatmap.

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

    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 empty points in Heatmap.

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

    FillColor

    Options to set fill colors.

    Declaration
    public HeatMapFillColor FillColor { get; set; }
    Property Value
    Type Description
    HeatMapFillColor

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Palette

    Specifies the color collection for heat map cell.

    Declaration
    public List<HeatMapPalette> Palette { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<HeatMapPalette>

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Type

    Specifies the color style Gradient - Render a HeatMap cells with linear gradient color. Fixed - Render a HeatMap cells with fixed color.

    Declaration
    public PaletteType Type { get; set; }
    Property Value
    Type Description
    PaletteType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved