menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapAxisTitleTextStyle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapAxisTitleTextStyle

    Specifies the settings to customize the text style of the axis title in HeatMap.

    Inheritance
    System.Object
    HeatMapAxisTitleTextStyle
    HeatMapXAxisTitleTextStyle
    HeatMapYAxisTitleTextStyle
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved