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
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BubbleType : Enum
Fields
Color
Declaration
public const BubbleType Color
Field Value
Sector
Declaration
public const BubbleType Sector
Field Value
Size
Declaration
public const BubbleType Size
Field Value
SizeAndColor
Declaration
public const BubbleType SizeAndColor
Field Value