Enum 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.
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.AspNetMvc.HeatMap.dll
Syntax
public enum BubbleType
Fields
| Name |
|---|
| Color |
| Sector |
| Size |
| SizeAndColor |