menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BubbleType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BubbleType

    Defines the type of the bubble heatmap. The available types are, Size - The bubble heatmap will be rendered in size variations based on the provided data. Color - The bubble heatmap will be rendered in color variations based on the provided data. Sector - Define the bubble type is sector. SizeAndColor - Define the bubble type is sizeandcolor.

    Inheritance
    System.Object
    BubbleType
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class BubbleType : Enum

    Fields

    Color

    Declaration
    public const BubbleType Color
    Field Value
    Type
    BubbleType

    Sector

    Declaration
    public const BubbleType Sector
    Field Value
    Type
    BubbleType

    Size

    Declaration
    public const BubbleType Size
    Field Value
    Type
    BubbleType

    SizeAndColor

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