menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IntervalType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IntervalType

    Defines the interval type of 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.
    Inheritance
    System.Object
    IntervalType
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class IntervalType : Enum

    Fields

    Days

    Defines the interval of the axis in days.

    Declaration
    public const IntervalType Days
    Field Value
    Type
    IntervalType

    Hours

    Defines the interval of the axis in hours.

    Declaration
    public const IntervalType Hours
    Field Value
    Type
    IntervalType

    Minutes

    Defines the interval of the axis in minutes.

    Declaration
    public const IntervalType Minutes
    Field Value
    Type
    IntervalType

    Months

    Defines the interval of the axis in months.

    Declaration
    public const IntervalType Months
    Field Value
    Type
    IntervalType

    Years

    Defines the interval of the axis in years.

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