menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapPaletteBuilder

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

    Constructors

    HeatMapPaletteBuilder()

    Declaration
    public HeatMapPaletteBuilder()

    HeatMapPaletteBuilder(List<HeatMapPalette>)

    Declaration
    public HeatMapPaletteBuilder(List<HeatMapPalette> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<HeatMapPalette> collection

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    Sets and gets the color for a palette.

    Declaration
    public HeatMapPaletteBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color
    Returns
    Type
    HeatMapPaletteBuilder

    EndValue(Double)

    Sets and gets the end value in the heatmap data to set the palette color.

    Declaration
    public HeatMapPaletteBuilder EndValue(double endValue)
    Parameters
    Type Name Description
    System.Double endValue
    Returns
    Type
    HeatMapPaletteBuilder

    Label(String)

    Sets and gets the label to be set in the corresponding legend for the palette color.

    Declaration
    public HeatMapPaletteBuilder Label(string label)
    Parameters
    Type Name Description
    System.String label
    Returns
    Type
    HeatMapPaletteBuilder

    MaxColor(String)

    Sets and gets the maximum color for color range in a palette.

    Declaration
    public HeatMapPaletteBuilder MaxColor(string maxColor)
    Parameters
    Type Name Description
    System.String maxColor
    Returns
    Type
    HeatMapPaletteBuilder

    MinColor(String)

    Sets and gets the minimum color for color range in a palette.

    Declaration
    public HeatMapPaletteBuilder MinColor(string minColor)
    Parameters
    Type Name Description
    System.String minColor
    Returns
    Type
    HeatMapPaletteBuilder

    StartValue(Double)

    Sets and gets the start value in the heatmap data to set the palette color.

    Declaration
    public HeatMapPaletteBuilder StartValue(double startValue)
    Parameters
    Type Name Description
    System.Double startValue
    Returns
    Type
    HeatMapPaletteBuilder

    Value(Double)

    Sets and gets the value in the heatmap data to set the palette color.

    Declaration
    public HeatMapPaletteBuilder Value(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    HeatMapPaletteBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved