Enum 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.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum BubbleType
Fields
| Name | Description |
|---|---|
| Color | Defines the bubble type as color. |
| Sector | Defines the bubble type as sector. |
| Size | Defines the bubble type as size. |
| SizeAndColor | Defines the bubble type as sizeandcolor. |