alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class HeatMapAxisTitleTextStyle

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

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    HeatMapAxisTitleTextStyle
    HeatMapXAxisTitleTextStyle
    HeatMapYAxisTitleTextStyle
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    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

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved