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