Class HeatMapLegendTextStyle
Specifies the heatmap legend title.
Inheritance
System.Object
HeatMapLegendTextStyle
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapLegendTextStyle : OwningComponentBase
Constructors
HeatMapLegendTextStyle()
Declaration
public HeatMapLegendTextStyle()
Properties
Color
Specifies the color for the text.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
FontFamily
Specifies the font family for the text.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontStyle
Specifies the font style for the text.
Declaration
public string FontStyle { get; set; }
Property Value
Type |
---|
System.String |
FontWeight
Specifies the font weight for the text.
Declaration
public string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Size
Specifies the font size for the text.
Declaration
public string Size { get; set; }
Property Value
Type |
---|
System.String |
TextAlignment
Specifies the text alignment
Declaration
public Alignment TextAlignment { get; set; }
Property Value
Type |
---|
Alignment |
TextOverflow
Specifies the heat map text overflow
Declaration
public TextOverflow TextOverflow { get; set; }
Property Value
Type |
---|
TextOverflow |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |