menu

Blazor

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

    Show / Hide Table of Contents

    Class HeatMapYAxisTextStyle

    Specifies the heatmap y-axis class.

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

    Constructors

    HeatMapYAxisTextStyle()

    Declaration
    public HeatMapYAxisTextStyle()

    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

    Defines the text alignment.

    Declaration
    public Alignment TextAlignment { get; set; }
    Property Value
    Type
    Alignment

    TextOverflow

    Specifies the heat map 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