Class DateTimeIntervalType
A date time interval.
Inheritance
System.Object
DateTimeIntervalType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class DateTimeIntervalType : Enum
Fields
Auto
Automatically determine interval.
Declaration
public const DateTimeIntervalType Auto
Field Value
Type |
---|
DateTimeIntervalType |
Days
Interval type is days.
Declaration
public const DateTimeIntervalType Days
Field Value
Type |
---|
DateTimeIntervalType |
Hours
Interval type is hours.
Declaration
public const DateTimeIntervalType Hours
Field Value
Type |
---|
DateTimeIntervalType |
Milliseconds
Interval type is milliseconds.
Declaration
public const DateTimeIntervalType Milliseconds
Field Value
Type |
---|
DateTimeIntervalType |
Minutes
Interval type is minutes.
Declaration
public const DateTimeIntervalType Minutes
Field Value
Type |
---|
DateTimeIntervalType |
Months
Interval type is months.
Declaration
public const DateTimeIntervalType Months
Field Value
Type |
---|
DateTimeIntervalType |
Seconds
Interval type is seconds.
Declaration
public const DateTimeIntervalType Seconds
Field Value
Type |
---|
DateTimeIntervalType |
Years
Interval type is years.
Declaration
public const DateTimeIntervalType Years
Field Value
Type |
---|
DateTimeIntervalType |