Blazor

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

    Show / Hide Table of Contents

    Class RangeIntervalType

    Specifies the interval type of datetime axis.

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

    Fields

    Auto

    Defines the interval of the axis based on data.

    Declaration
    public const RangeIntervalType Auto
    Field Value
    Type Description
    RangeIntervalType

    Days

    Defines the interval of the axis in days.

    Declaration
    public const RangeIntervalType Days
    Field Value
    Type Description
    RangeIntervalType

    Hours

    Defines the interval of the axis in hours.

    Declaration
    public const RangeIntervalType Hours
    Field Value
    Type Description
    RangeIntervalType

    Minutes

    Defines the interval of the axis in minutes.

    Declaration
    public const RangeIntervalType Minutes
    Field Value
    Type Description
    RangeIntervalType

    Months

    Defines the interval of the axis in months.

    Declaration
    public const RangeIntervalType Months
    Field Value
    Type Description
    RangeIntervalType

    Quarter

    Defines the interval of the axis based on data.

    Declaration
    public const RangeIntervalType Quarter
    Field Value
    Type Description
    RangeIntervalType

    Seconds

    Defines the interval of the axis in seconds.

    Declaration
    public const RangeIntervalType Seconds
    Field Value
    Type Description
    RangeIntervalType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Weeks

    Defines the interval of the axis in weeks.

    Declaration
    public const RangeIntervalType Weeks
    Field Value
    Type Description
    RangeIntervalType

    Years

    Defines the interval of the axis in years.

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