menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapFillColorBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    HeatMapFillColorBuilder
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapFillColorBuilder : ControlBuilder

    Constructors

    HeatMapFillColorBuilder()

    Declaration
    public HeatMapFillColorBuilder()

    HeatMapFillColorBuilder(HeatMapFillColor)

    Declaration
    public HeatMapFillColorBuilder(HeatMapFillColor model)
    Parameters
    Type Name Description
    HeatMapFillColor model

    Methods

    MaxColor(String)

    Specifies the maximum fill color for cell color range.

    Declaration
    public HeatMapFillColorBuilder MaxColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    HeatMapFillColorBuilder

    MinColor(String)

    Specifies the minimum fill color for cell color range.

    Declaration
    public HeatMapFillColorBuilder MinColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    HeatMapFillColorBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved