Class DataBindTimeSpanUnit
Specifies the unit that is to be used by the ChartDataBindModel for handling TimeSpan values.
Inheritance
System.Object
DataBindTimeSpanUnit
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class DataBindTimeSpanUnit : Enum
Fields
TotalDays
Specifies the TotalDays that is to be used by the ChartDataBindModel for handling TimeSpan values.
Declaration
public const DataBindTimeSpanUnit TotalDays
Field Value
| Type |
|---|
| DataBindTimeSpanUnit |
TotalHours
Specifies the TotalHours that is to be used by the ChartDataBindModel for handling TimeSpan values.
Declaration
public const DataBindTimeSpanUnit TotalHours
Field Value
| Type |
|---|
| DataBindTimeSpanUnit |
TotalMilliseconds
Specifies the TotalMilliseconds that is to be used by the ChartDataBindModel for handling TimeSpan values.
Declaration
public const DataBindTimeSpanUnit TotalMilliseconds
Field Value
| Type |
|---|
| DataBindTimeSpanUnit |
TotalMinutes
Specifies the TotalMinutes that is to be used by the ChartDataBindModel for handling TimeSpan values.
Declaration
public const DataBindTimeSpanUnit TotalMinutes
Field Value
| Type |
|---|
| DataBindTimeSpanUnit |
TotalSeconds
Specifies the TotalSeconds that is to be used by the ChartDataBindModel for handling TimeSpan values.
Declaration
public const DataBindTimeSpanUnit TotalSeconds
Field Value
| Type |
|---|
| DataBindTimeSpanUnit |