menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelType - API Reference

    Show / Hide Table of Contents

    Class LabelType

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

    • None:Axis labels 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.
    Inheritance
    System.Object
    LabelType
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LabelType : Enum

    Fields

    Days

    Defines the axis labels display in days.

    Declaration
    public const LabelType Days
    Field Value
    Type Description
    LabelType

    Hours

    Defines the axis labels display in hours.

    Declaration
    public const LabelType Hours
    Field Value
    Type Description
    LabelType

    Months

    Defines the axis labels display in months.

    Declaration
    public const LabelType Months
    Field Value
    Type Description
    LabelType

    None

    Axis labels displayed based on the type

    Declaration
    public const LabelType None
    Field Value
    Type Description
    LabelType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Years

    Defines the axis labels display in years.

    Declaration
    public const LabelType Years
    Field Value
    Type Description
    LabelType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved