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