Class HeatMapBubbleDataMapping
Specifies the heatmap bubble data mapping.
Inheritance
HeatMapBubbleDataMapping
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapBubbleDataMapping : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapBubbleDataMapping()
Declaration
public HeatMapBubbleDataMapping()
Properties
Color
Specifies the mapping property to set color.
Declaration
[Parameter]
public string Color { get; set; }
Property Value
Size
Specifies the mapping property to set size.
Declaration
[Parameter]
public string Size { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Overrides
Implements