menu

Blazor

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

    Show / Hide Table of Contents

    Class HeatMapXAxisTextStyle

    Specifies the x-axis text style of the heatmap component.

    Inheritance
    System.Object
    HeatMapXAxisTextStyle
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeatMapXAxisTextStyle : OwningComponentBase

    Constructors

    HeatMapXAxisTextStyle()

    Declaration
    public HeatMapXAxisTextStyle()

    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 heatmap 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved