Back to Devexpress

TimeSpanFormat Enum

corelibraries-devexpress-dot-xtracharts-30226c90.md

latest1.9 KB
Original Source

TimeSpanFormat Enum

Lists the measurement units and formats used to express the date-time range value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TimeSpanFormat
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum TimeSpanFormat

Members

NameDescription
Standard

Specifies a standard format for a time span representation. It is a string of the following form: “[-][d.]hh:mm:ss[.ff]”

| | TotalDays |

Specifies the time span value expressed in whole and fractional days.

| | TotalHours |

Specifies the time span value expressed in whole and fractional hours.

| | TotalMinutes |

Specifies the time span value expressed in whole and fractional minutes.

| | TotalSeconds |

Specifies the time span value expressed in whole and fractional seconds.

| | TotalMilliseconds |

Specifies the time span value expressed in whole and fractional milliseconds.

|

Remarks

A TimeSpanFormat value affects the text and format of a RangeBarSeriesLabel to be displayed when RangePointOptions.ValueAsDuration is set to true.

See Also

Gantt Series Views

TimeSpan

DevExpress.XtraCharts Namespace