Class HeatMapAxisTitleTextStyle
Specifies the settings to customize the text style of the axis title in HeatMap.
Inheritance
HeatMapAxisTitleTextStyle
Inherited Members
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapAxisTitleTextStyle : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapAxisTitleTextStyle()
Declaration
public HeatMapAxisTitleTextStyle()
Properties
Color
Gets or sets the color for the title of the axes in HeatMap.
Declaration
[Parameter]
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
FontFamily
Gets or sets the font family for the title of the axes in HeatMap.
Declaration
[Parameter]
public string FontFamily { get; set; }
Property Value
| Type |
|---|
| string |
FontStyle
Gets or sets the font style for the title of the axes in HeatMap.
Declaration
[Parameter]
public string FontStyle { get; set; }
Property Value
| Type |
|---|
| string |
FontWeight
Gets or sets the font weight for the title of the axes in HeatMap.
Declaration
[Parameter]
public string FontWeight { get; set; }
Property Value
| Type |
|---|
| string |
Size
Gets or sets the font size for the title of the axes in HeatMap.
Declaration
[Parameter]
public string Size { get; set; }
Property Value
| Type |
|---|
| string |
TextAlignment
Gets or sets the text alignment mode for the title of the axes in HeatMap.
Declaration
[Parameter]
public Alignment TextAlignment { get; set; }
Property Value
| Type |
|---|
| Alignment |
TextOverflow
Gets or sets the text overflow mode for the title of the axes in HeatMap.
Declaration
[Parameter]
public TextOverflow TextOverflow { get; set; }
Property Value
| Type |
|---|
| TextOverflow |