Class HeatMapFillColor
Specifies the fill colors for the heatmap cell.
Inherited Members
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapFillColor : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapFillColor()
Declaration
public HeatMapFillColor()
Properties
MaxColor
Specifies the maximum fill color for cell color range.
Declaration
[Parameter]
public string MaxColor { get; set; }
Property Value
| Type |
|---|
| string |
MinColor
Specifies the minimum fill color for cell color range.
Declaration
[Parameter]
public string MinColor { get; set; }
Property Value
| Type |
|---|
| string |
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 fill color settings with the palette parent.
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 fill colors change.
Declaration
protected override Task OnParametersSetAsync()
Returns
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |