Blazor

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

    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 - Define the axis labels display in every year. months - Define the axis labels display in every month. days - Define the axis labels display in every days. hours - Define the axis labels display in every 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 every day.

    Declaration
    public const LabelType Days
    Field Value
    Type Description
    LabelType

    Hours

    Defines the axis labels display in every hour.

    Declaration
    public const LabelType Hours
    Field Value
    Type Description
    LabelType

    Months

    Defines the axis labels display in every month.

    Declaration
    public const LabelType Months
    Field Value
    Type Description
    LabelType

    None

    Axis labels displayed based on the value 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 every year.

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