menu

Blazor

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

    Show / Hide Table of Contents

    Class CellType

    Defines the cell Type. They are.

    • Rect:Renders the heatmap cells in rectangle shape.
    • Bubble:Renders the heatmap cells in bubble shape.
    Inheritance
    System.Object
    CellType
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class CellType : Enum

    Fields

    Bubble

    Specifies the heatmap cells in bubble shape.

    Declaration
    public const CellType Bubble
    Field Value
    Type
    CellType

    Rect

    Specifies the heatmap cells in rectangle shape.

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