Class HeatMapAxisTitleTextStyle
Specifies the settings to customize the text style of the axis title in HeatMap.
Inheritance
System.Object
HeatMapAxisTitleTextStyle
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapAxisTitleTextStyle : OwningComponentBase
Constructors
HeatMapAxisTitleTextStyle()
Declaration
public HeatMapAxisTitleTextStyle()
Properties
Color
Gets or sets the color for the title of the axes in HeatMap.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
FontFamily
Gets or sets the font family for the title of the axes in HeatMap.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontStyle
Gets or sets the font style for the title of the axes in HeatMap.
Declaration
public string FontStyle { get; set; }
Property Value
Type |
---|
System.String |
FontWeight
Gets or sets the font weight for the title of the axes in HeatMap.
Declaration
public string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Size
Gets or sets the font size for the title of the axes in HeatMap.
Declaration
public string Size { get; set; }
Property Value
Type |
---|
System.String |
TextAlignment
Gets or sets the text alignment mode for the title of the axes in HeatMap.
Declaration
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
public TextOverflow TextOverflow { get; set; }
Property Value
Type |
---|
TextOverflow |