Blazor

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

    Show / Hide Table of Contents

    Class IntervalType

    Specifies the interval type of datetime axis.

    Inheritance
    System.Object
    IntervalType
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class IntervalType : Enum

    Fields

    Auto

    Defines the interval of the axis based on data.

    Declaration
    public const IntervalType Auto
    Field Value
    Type Description
    IntervalType

    Days

    Defines the interval of the axis in days.

    Declaration
    public const IntervalType Days
    Field Value
    Type Description
    IntervalType

    Hours

    Defines the interval of the axis in hours.

    Declaration
    public const IntervalType Hours
    Field Value
    Type Description
    IntervalType

    Minutes

    Defines the interval of the axis in minutes.

    Declaration
    public const IntervalType Minutes
    Field Value
    Type Description
    IntervalType

    Months

    Defines the interval of the axis in months.

    Declaration
    public const IntervalType Months
    Field Value
    Type Description
    IntervalType

    Seconds

    Defines the interval of the axis in seconds.

    Declaration
    public const IntervalType Seconds
    Field Value
    Type Description
    IntervalType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Years

    Defines the interval of the axis in years.

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