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
Interval of the axis is determined based on data.
Declaration
public const IntervalType Auto
Field Value
Type |
---|
IntervalType |
Days
Interval of the axis is in days.
Declaration
public const IntervalType Days
Field Value
Type |
---|
IntervalType |
Hours
Interval of the axis is in hours.
Declaration
public const IntervalType Hours
Field Value
Type |
---|
IntervalType |
Minutes
Interval of the axis is in minutes.
Declaration
public const IntervalType Minutes
Field Value
Type |
---|
IntervalType |
Months
Interval of the axis is in months.
Declaration
public const IntervalType Months
Field Value
Type |
---|
IntervalType |
Seconds
Interval of the axis is in seconds.
Declaration
public const IntervalType Seconds
Field Value
Type |
---|
IntervalType |
Years
Interval of the axis is in years.
Declaration
public const IntervalType Years
Field Value
Type |
---|
IntervalType |