menu

Blazor

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

    Show / Hide Table of Contents

    Class HeatMapPalette

    Specifies the heatmap palettes collections.

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

    Constructors

    HeatMapPalette()

    Declaration
    public HeatMapPalette()

    Properties

    Color

    Specifies the palette color text.

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

    EndValue

    Specifies the palette end value.

    Declaration
    public Nullable<double> EndValue { get; set; }
    Property Value
    Type
    System.Nullable<System.Double>

    Label

    Specifies the palette color label.

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

    MaxColor

    Specifies the palette max-color value.

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

    MinColor

    Specifies the palette min-color value.

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

    StartValue

    Specifies the palette start value.

    Declaration
    public Nullable<double> StartValue { get; set; }
    Property Value
    Type
    System.Nullable<System.Double>

    Value

    Specifies the palette color value.

    Declaration
    public Nullable<double> Value { get; set; }
    Property Value
    Type
    System.Nullable<System.Double>

    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