Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapYAxisTitle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapYAxisTitle

    specifies heatmap axis title.

    Inheritance
    System.Object
    SfBaseComponent
    HeatMapYAxisTitle
    Inherited Members
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeatMapYAxisTitle : SfBaseComponent

    Constructors

    HeatMapYAxisTitle()

    Declaration
    public HeatMapYAxisTitle()

    Properties

    Text

    Title text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved