Enum DataBindTimeSpanUnit
Specifies the unit that is to be used by the ChartDataBindModel for handling TimeSpan values.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum DataBindTimeSpanUnit
Fields
Name | Description |
---|---|
TotalDays | Specifies the TotalDays that is to be used by the ChartDataBindModel for handling TimeSpan values. |
TotalHours | Specifies the TotalHours that is to be used by the ChartDataBindModel for handling TimeSpan values. |
TotalMilliseconds | Specifies the TotalMilliseconds that is to be used by the ChartDataBindModel for handling TimeSpan values. |
TotalMinutes | Specifies the TotalMinutes that is to be used by the ChartDataBindModel for handling TimeSpan values. |
TotalSeconds | Specifies the TotalSeconds that is to be used by the ChartDataBindModel for handling TimeSpan values. |