ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    ControlBuilder
    HeatMapFillColorBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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)

    maximum fill color for cell color range

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

    MinColor(String)

    minimum fill color for cell color range

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