Class SFChartDateTimeIntervalType
Represents the date time interval type.
Inheritance
System.Object
SFChartDateTimeIntervalType
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public sealed class SFChartDateTimeIntervalType : Enum
Fields
Auto
Interval will be calculated automatically based on range.
Declaration
public const SFChartDateTimeIntervalType Auto
Field Value
Days
Interval type is days.
Declaration
public const SFChartDateTimeIntervalType Days
Field Value
Hours
Interval type is hours.
Declaration
public const SFChartDateTimeIntervalType Hours
Field Value
Milliseconds
Interval type is Milliseconds.
Declaration
public const SFChartDateTimeIntervalType Milliseconds
Field Value
Minutes
Interval type is minutes.
Declaration
public const SFChartDateTimeIntervalType Minutes
Field Value
Months
Interval type is months.
Declaration
public const SFChartDateTimeIntervalType Months
Field Value
Seconds
Interval type is seconds.
Declaration
public const SFChartDateTimeIntervalType Seconds
Field Value
Years
Interval type is years.
Declaration
public const SFChartDateTimeIntervalType Years