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 |
---|
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 |