Class ChartDateTimeIntervalType
Types of DateTime intervals that are supported by Essential Chart.
Inheritance
System.Object
ChartDateTimeIntervalType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartDateTimeIntervalType : Enum
Fields
Auto
The interval defaults to the most appropriate for the range of values being considered. For example, if the range is a few years, the interval would be internally set to years.
Declaration
public const ChartDateTimeIntervalType Auto
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |
Days
Interval is set to days.
Declaration
public const ChartDateTimeIntervalType Days
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |
Hours
Interval is set to hours.
Declaration
public const ChartDateTimeIntervalType Hours
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |
MilliSeconds
Interval is set to milliseconds.
Declaration
public const ChartDateTimeIntervalType MilliSeconds
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |
Minutes
Interval is set to minutes.
Declaration
public const ChartDateTimeIntervalType Minutes
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |
Months
Interval is set to months.
Declaration
public const ChartDateTimeIntervalType Months
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |
Seconds
Interval is set to seconds.
Declaration
public const ChartDateTimeIntervalType Seconds
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |
Weeks
Interval is set to weeks.
Declaration
public const ChartDateTimeIntervalType Weeks
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |
Years
Interval is set to years.
Declaration
public const ChartDateTimeIntervalType Years
Field Value
| Type |
|---|
| ChartDateTimeIntervalType |