TimeSpanFormat Enum
Lists the measurement units and formats used to express the date-time range value.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TimeSpanFormat
#Members
Name | Description |
---|---|
Standard
|
Specifies a standard format for a time span representation. It is a string of the following form: “[-][d.]hh:mm:ss[. |
Total
|
Specifies the time span value expressed in whole and fractional days. |
Total
|
Specifies the time span value expressed in whole and fractional hours. |
Total
|
Specifies the time span value expressed in whole and fractional minutes. |
Total
|
Specifies the time span value expressed in whole and fractional seconds. |
Total
|
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.