Class HeatMapLegendSettings
Specifies the heatmap legend settings.
Inheritance
HeatMapLegendSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapLegendSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapLegendSettings()
Declaration
public HeatMapLegendSettings()
Properties
Alignment
Specifies the alignment of the legend.
Declaration
[Parameter]
public Alignment Alignment { get; set; }
Property Value
EnableSmartLegend
Specifies whether the smart legend should be displayed or not when the palette type is fixed.
Declaration
[Parameter]
public bool EnableSmartLegend { get; set; }
Property Value
Height
Specifies the height of Legend.
Declaration
[Parameter]
public string Height { get; set; }
Property Value
LabelDisplayType
Specifies the type of label display for the smart legend.
- All:All labels are displayed.
- Edge:Labels will be displayed only at the edges of the legend.
- None:No labels are displayed.
Declaration
[Parameter]
public LabelDisplayType LabelDisplayType { get; set; }
Property Value
Specifies the formatting options for the legend label.
Declaration
[Parameter]
public string LabelFormat { get; set; }
Property Value
Position
Specifies the position of Legend to render.
Declaration
[Parameter]
public LegendPosition Position { get; set; }
Property Value
ShowGradientPointer
Specifies whether the gradient pointer should be visible or not.
Declaration
[Parameter]
public bool ShowGradientPointer { get; set; }
Property Value
ShowLabel
Specifies whether the label should be visible or not.
Declaration
[Parameter]
public bool ShowLabel { get; set; }
Property Value
ToggleVisibility
Specifies whether to toggle the visibility of heatmap cells based on legend range selection or not.
Declaration
[Parameter]
public bool ToggleVisibility { get; set; }
Property Value
Visible
Specifies whether the Legend should be visible or not.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
Width
Specifies the width of Legend.
Declaration
[Parameter]
public string Width { 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