menu

Blazor

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

    Show / Hide Table of Contents

    Class PaletteType

    Defines Color type for the heatmap cell.

    • Gradient:Renders the heatmap cells with linear gradient color.
    • Fixed:Renders the heatmap cells with fixed color.
    Inheritance
    System.Object
    PaletteType
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PaletteType : Enum

    Fields

    Fixed

    Specifies the cells with fixed color.

    Declaration
    public const PaletteType Fixed
    Field Value
    Type
    PaletteType

    Gradient

    Specifies the cells with linear gradient color.

    Declaration
    public const PaletteType Gradient
    Field Value
    Type
    PaletteType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved