Class HeatMapFillColor
Specifies the fill colors for the heatmap cell.
Inheritance
HeatMapFillColor
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
MinColor
Specifies the minimum fill color for cell color range.
Declaration
[Parameter]
public string MinColor { get; set; }
Property Value
Methods
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