corelibraries-devexpress-dot-xtracharts-994e7f8a.md
Lists the values that specify the detail level for date-time values.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TimeSpanMeasureUnit
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum TimeSpanMeasureUnit
| Name | Description |
|---|---|
Millisecond |
Specifies a millisecond as the measurement unit for time-span values.
|
| Second |
Specifies a second as the measurement unit for time-span values.
|
| Minute |
Specifies a minute as the measurement unit for time-span values.
|
| Hour |
Specifies an hour as the measurement unit for time-span values.
|
| Day |
Specifies a day as the measurement unit for time-span values.
|
The following properties accept/return TimeSpanMeasureUnit values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | TimeSpanScaleOptions.MeasureUnit |
| TimeSpanSummaryOptions.MeasureUnit | |
| WinForms Controls | TimeSpanScaleOptionsModel.MeasureUnit |
| TimeSpanSummaryOptionsModel.MeasureUnit |
Use the TimeSpanMeasureUnit enumeration values to specify the TimeSpanScaleOptions.MeasureUnit property.
See Also