Class DateTimeDeltaType
Represents the date time auto scrolling delta type.
Inheritance
System.Object
DateTimeDeltaType
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class DateTimeDeltaType : Enum
Fields
Auto
Delta will be calculated automatically based on range.
Declaration
public const DateTimeDeltaType Auto
Field Value
Type |
---|
DateTimeDeltaType |
Days
Delta type is days.
Declaration
public const DateTimeDeltaType Days
Field Value
Type |
---|
DateTimeDeltaType |
Hours
Delta type is hours.
Declaration
public const DateTimeDeltaType Hours
Field Value
Type |
---|
DateTimeDeltaType |
Milliseconds
Delta type is milliseconds.
Declaration
public const DateTimeDeltaType Milliseconds
Field Value
Type |
---|
DateTimeDeltaType |
Minutes
Delta type is minutes.
Declaration
public const DateTimeDeltaType Minutes
Field Value
Type |
---|
DateTimeDeltaType |
Months
Delta type is months.
Declaration
public const DateTimeDeltaType Months
Field Value
Type |
---|
DateTimeDeltaType |
Seconds
Delta type is seconds.
Declaration
public const DateTimeDeltaType Seconds
Field Value
Type |
---|
DateTimeDeltaType |
Years
Delta type is years.
Declaration
public const DateTimeDeltaType Years
Field Value
Type |
---|
DateTimeDeltaType |