Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellType

    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 Description
    CellType

    Rect

    Specifies the heatmap cells in rectangle shape.

    Declaration
    public const CellType Rect
    Field Value
    Type Description
    CellType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved