menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapFillColor - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapFillColor

    Specifies the fill colors for the heatmap cell.

    Inheritance
    System.Object
    HeatMapFillColor
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeatMapFillColor : OwningComponentBase

    Constructors

    HeatMapFillColor()

    Declaration
    public HeatMapFillColor()

    Properties

    MaxColor

    Specifies the maximum fill color for cell color range.

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

    MinColor

    Specifies the minimum fill color for cell color range.

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

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved