Class HeatMapBubbleSize
Specifies the heatmap bubble size.
Inheritance
HeatMapBubbleSize
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapBubbleSize : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapBubbleSize()
Declaration
public HeatMapBubbleSize()
Properties
Maximum
Specifies the maximum radius value of the cell in percentage.
Declaration
[Parameter]
public string Maximum { get; set; }
Property Value
Minimum
Specifies the minimum radius value of the cell in percentage.
Declaration
[Parameter]
public string Minimum { 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