Class IntervalType
The timescale tier interval type.
Inheritance
System.Object
IntervalType
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public sealed class IntervalType : Enum
Fields
Auto
Represent auto interval type.
Declaration
public const IntervalType Auto
Field Value
Type |
---|
IntervalType |
Days
Represent days interval type.
Declaration
public const IntervalType Days
Field Value
Type |
---|
IntervalType |
Hours
Represent hours interval type.
Declaration
public const IntervalType Hours
Field Value
Type |
---|
IntervalType |
Minutes
Represent minutes interval type.
Declaration
public const IntervalType Minutes
Field Value
Type |
---|
IntervalType |
Months
Represent months interval type.
Declaration
public const IntervalType Months
Field Value
Type |
---|
IntervalType |
Quarter
Represent quarter interval type.
Declaration
public const IntervalType Quarter
Field Value
Type |
---|
IntervalType |
Weeks
Represent weeks interval type.
Declaration
public const IntervalType Weeks
Field Value
Type |
---|
IntervalType |
Years
Represent years interval type.
Declaration
public const IntervalType Years
Field Value
Type |
---|
IntervalType |