alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class HeatMapCommonAxis

    Specifies the heatmap common axis.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    HeatMapCommonAxis
    HeatMapXAxis
    HeatMapYAxis
    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.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 HeatMapCommonAxis : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    HeatMapCommonAxis()

    Declaration
    public HeatMapCommonAxis()

    Properties

    EnableTrim

    Enable Trim for heatmap yAxis.

    Declaration
    [Parameter]
    public bool EnableTrim { get; set; }
    Property Value
    Type
    bool

    Increment

    Specifies the increment for an axis label.

    Declaration
    [Parameter]
    public double Increment { get; set; }
    Property Value
    Type
    double

    Interval

    Specifies the interval for an axis label.

    Declaration
    [Parameter]
    public double Interval { get; set; }
    Property Value
    Type
    double

    IntervalType

    Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,

    • Years:Defines the interval of the axis in years.
    • Months:Defines the interval of the axis in months.
    • Days:Defines the interval of the axis in days.
    • Hours:Defines the interval of the axis in hours.
    • Minutes:Defines the interval of the axis in minutes.
    Declaration
    [Parameter]
    public IntervalType IntervalType { get; set; }
    Property Value
    Type
    IntervalType

    IsInversed

    Specifies whether the axis to be rendered in the inversed manner or not.

    Declaration
    [Parameter]
    public bool IsInversed { get; set; }
    Property Value
    Type
    bool

    LabelFormat

    Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc. It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.

    Declaration
    [Parameter]
    public string LabelFormat { get; set; }
    Property Value
    Type
    string

    LabelIntersectAction

    Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,

    • None:Shows all the labels.
    • Rotate45:Rotates the label to 45 degrees when it intersects.
    • Trim:Trim the label when label text width exceeds the label width.
    Declaration
    [Parameter]
    public LabelIntersectAction LabelIntersectAction { get; set; }
    Property Value
    Type
    LabelIntersectAction

    LabelRotation

    Specifies the angle to rotate the axis label.

    Declaration
    [Parameter]
    public int LabelRotation { get; set; }
    Property Value
    Type
    int

    Labels

    Specifies the options for label assignment.

    Declaration
    [Parameter]
    public string[] Labels { get; set; }
    Property Value
    Type
    string[]

    MaxLabelLength

    Specifies the maximum length of an axis label.

    Declaration
    [Parameter]
    public int MaxLabelLength { get; set; }
    Property Value
    Type
    int

    Maximum

    Specifies the maximum range of an axis.

    Declaration
    [Parameter]
    public object Maximum { get; set; }
    Property Value
    Type
    object

    Minimum

    Specifies the minimum range of an axis.

    Declaration
    [Parameter]
    public object Minimum { get; set; }
    Property Value
    Type
    object

    OpposedPosition

    If set to true, the axis will render at the opposite side of its default position.

    Declaration
    [Parameter]
    public bool OpposedPosition { get; set; }
    Property Value
    Type
    bool

    ShowLabelOn

    Defines the axis label display type for date-time axis.

    • None:Axis labels are displayed based on the value type.
    • Years:Defines the axis labels display in years.
    • Months: Defines the axis labels display in months.
    • Days:Defines the axis labels display in days.
    • Hours:Defines the axis labels display in hours.
    Declaration
    [Parameter]
    public LabelType ShowLabelOn { get; set; }
    Property Value
    Type
    LabelType

    ValueType

    Specifies the type of data the axis handles.

    • Numeric:Renders a numeric axis.
    • DateTime:Renders a dateTime axis.
    • Category:Renders a category axis.
    Declaration
    [Parameter]
    public ValueType ValueType { get; set; }
    Property Value
    Type
    ValueType

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    Task
    Overrides
    ComponentBase.OnInitializedAsync()

    Implements

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