Class BubbleType
Defines the Bubble Type. They are
- Size:Defines the bubble type as size.
- Color:Defines the bubble type as color.
- Sector:Defines the bubble type as sector.
- SizeAndColor:Defines the bubble type as size and color.
Inheritance
System.Object
BubbleType
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BubbleType : Enum
Fields
Color
Defines the bubble type as color.
Declaration
public const BubbleType Color
Field Value
Type |
---|
BubbleType |
Sector
Defines the bubble type as sector.
Declaration
public const BubbleType Sector
Field Value
Type |
---|
BubbleType |
Size
Defines the bubble type as size.
Declaration
public const BubbleType Size
Field Value
Type |
---|
BubbleType |
SizeAndColor
Defines the bubble type as sizeandcolor.
Declaration
public const BubbleType SizeAndColor
Field Value
Type |
---|
BubbleType |