Class HeatMapAxisMultiLevelLabelsTextStyle
Specifies the axis text style.
Inheritance
System.Object
HeatMapAxisMultiLevelLabelsTextStyle
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapAxisMultiLevelLabelsTextStyle : OwningComponentBase
Constructors
HeatMapAxisMultiLevelLabelsTextStyle()
Declaration
public HeatMapAxisMultiLevelLabelsTextStyle()
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 |
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 |