menu

Blazor

  • Code Examples
  • 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.Chart3D
    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
    RangeIntervalType

    Days

    Defines the interval of the axis in days.

    Declaration
    public const RangeIntervalType Days
    Field Value
    Type
    RangeIntervalType

    Hours

    Defines the interval of the axis in hours.

    Declaration
    public const RangeIntervalType Hours
    Field Value
    Type
    RangeIntervalType

    Minutes

    Defines the interval of the axis in minutes.

    Declaration
    public const RangeIntervalType Minutes
    Field Value
    Type
    RangeIntervalType

    Months

    Defines the interval of the axis in months.

    Declaration
    public const RangeIntervalType Months
    Field Value
    Type
    RangeIntervalType

    Quarter

    Defines the interval of the axis based on data.

    Declaration
    public const RangeIntervalType Quarter
    Field Value
    Type
    RangeIntervalType

    Seconds

    Defines the interval of the axis in seconds.

    Declaration
    public const RangeIntervalType Seconds
    Field Value
    Type
    RangeIntervalType

    Weeks

    Defines the interval of the axis in weeks.

    Declaration
    public const RangeIntervalType Weeks
    Field Value
    Type
    RangeIntervalType

    Years

    Defines the interval of the axis in years.

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