Class HeatMapMargin
Specifies the heatmap margin.
Inherited Members
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapMargin : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapMargin()
Declaration
public HeatMapMargin()
Properties
Bottom
Specifies the bottom margin in pixels.
Declaration
[Parameter]
public int Bottom { get; set; }
Property Value
| Type |
|---|
| int |
Left
Specifies the left margin in pixels.
Declaration
[Parameter]
public int Left { get; set; }
Property Value
| Type |
|---|
| int |
Right
Specifies the right margin in pixels.
Declaration
[Parameter]
public int Right { get; set; }
Property Value
| Type |
|---|
| int |
Top
Specifies the top margin in pixels.
Declaration
[Parameter]
public int Top { get; set; }
Property Value
| Type |
|---|
| int |
Methods
Dispose(bool)
Releases resources used by the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | True to release managed and unmanaged resources; otherwise, false. |
Overrides
OnInitializedAsync()
Initializes the component and registers margin settings with the parent heat map.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |
Overrides
OnParametersSetAsync()
Applies parameter changes and notifies the heat map when margin values change.
Declaration
protected override Task OnParametersSetAsync()
Returns
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |